Thursday, March 12, 2009

What class allows you to read objects directly from a stream? (CoreJava)

Question :What class allows you to read objects directly from a stream? (CoreJava)
Answer :The ObjectInputStream class supports the reading of objects from input
streams.

No comments: