Java Serialization And Networking - Study Mode

[#56] Which of these process occur automatically by java run time system?
Correct Answer

(D) All of the mentioned

[#57] Which of these is a method of ObjectInput interface used to deserialize an object from a stream?
Correct Answer

(C) Object readObject()

[#58] Which of these method of DatagramPacket is used to obtain the byte array of data contained in a datagram?
Correct Answer

(A) getData()

[#59] Which of these class extend InputStream class?
Correct Answer

(B) ObjectInputStream

[#60] Serializaed object can be transferred via network.
Correct Answer

(A) True