Java Serialization And Networking - Study Mode

[#66] Which of these is a protocol for breaking and sending packets to an address across a network?
Correct Answer

(A) TCP/IP

[#67] Which of these is method of ObjectOutput interface used to write the object to input or output stream as required?
Correct Answer

(D) writeObject()

[#68] Which of these methods of httpd class is used to read data from the stream?
Correct Answer

(D) getRawRequest()

[#69] Which of these package contains classes and interfaces for networking?
Correct Answer

(C) java.net

[#70] If member does not implement serialization, which exception would be thrown?
Correct Answer

(C) NotSerializableException