Basic and Advance Java Question:
Download Questions PDF

What class allows you to read objects directly from a stream in Java Programming?

Answer:

The ObjectInputStream class supports the reading of objects from input streams.

Download Java Interview Questions And Answers PDF

Previous QuestionNext Question
Name Container classes in Java Programming?How are this() and super() used with constructors in Java Programming?