MCQOPTIONS
Saved Bookmarks
| 1. |
Which of these is a method of ObjectInput interface used to deserialize an object from a stream? |
| A. | int read() |
| B. | void close() |
| C. | Object readObject() |
| D. | Object WriteObject() |
| Answer» D. Object WriteObject() | |