Java IO 8 Flashcards

From Kathy Sierra

1
Q

What are the summary for IO classes that you need to understand for the exam?

A
  1. File
  2. FileReader
  3. BufferedReader
  4. FileWriter
  5. BufferedWriter
  6. PrintWriter
  7. FileInputStream
  8. FileOutputStream
  9. ObjectInputStream
  10. ObjectOutputStream
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the restriction with deleting a directory

A

If a directory is not empty, it doesnt allow you to delete the directory. It returns false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens if you dont create a directory, but tries to ceate a file?

A

IOException

How well did you know this?
1
Not at all
2
3
4
5
Perfectly