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
Big Java Late Objects
Quiz 19: Streams and Binary Inputoutput
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
Objects saved to an object stream must belong to classes that:
Question 62
Multiple Choice
Objects are saved in ___________ format in object streams.
Question 63
Multiple Choice
Which methods are not in the Serializable interface? I readObject II writeObject III serializeObject
Question 64
Multiple Choice
When storing numbers in a file with fixed record sizes, it is easier to store them in __________ format.
Question 65
Multiple Choice
Based on the code below, the statement that would move the file pointer to byte n counted from the beginning of the file is ___________________. RandomAccessFile test = new RandomAccessFile("record.bat", "r") ;