Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Java How To Program
Quiz 15: Files,streams and Object Serialization
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
What interface must a class implement to indicate that objects of the class can be output and input as a stream of bytes?
Question 2
Multiple Choice
How do methods setIn,setOut and setErr affect the standard input,output and error streams?
Question 3
Multiple Choice
Which of the following classes is not used for file input?
Question 4
Multiple Choice
Which of the following statements is false?
Question 5
Multiple Choice
Which of the following statements is false?
Question 6
Multiple Choice
Files static method ________ receives a Path and returns a boolean indicating whether that Path represents a directory on disk.
Question 7
Multiple Choice
Path method ________ returns the String name of a file or directory without any location information.
Question 8
Multiple Choice
Which statement regarding Java files is false?
Question 9
Multiple Choice
Records in a sequential file are not usually updated in place.Instead ________.
Question 10
Multiple Choice
Which of the following statements is true?
Question 11
Multiple Choice
When all the contents of a file are truncated,this means that ________.
Question 12
Multiple Choice
Adding the services of one stream to another is known as ________.
Question 13
Multiple Choice
Which of the following classes enable input and output of entire objects to or from a file? a) SerializedInputStream b) SerializedOutputStream c) ObjectInputStream d) ObjectOutputStream e) Scanner f) Formatter