Name the class that used to read objects directly from a
stream?
Answer Posted / ravi jian
Ans 2
is wrong in fact its apposite is true
i.e.
for reading ObjectInputStream
for writing ObjectOutputStream
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why do we need autoboxing in java?
When does an object becomes eligible for garbage collection in java?
What do you mean by inner class in java?
What is the properties class?
What do you mean by platform independence? What is an interface?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Do I need to import java.lang package any time? Why?
What is the difference between method overriding and overloading?
What is synchronization and why is it important in java programming?
What is thread safe java?
Explain listiterator and methods in listiterator?
What is the method to expand and collapse nodes in a jtree?
What is string in java?
Tell me about different OOPS concepts.
Can a lock be acquired on a class in java programming?