Java Serialization And Networking - Study Mode

[#61] Which of these is a process of extracting/removing the state of an object from a stream?
Correct Answer

(D) Deserialization

[#62] Which of these class is used to encapsulate IP address and DNS?
Correct Answer

(C) InetAddress

[#63] What does URL stands for?
Correct Answer

(A) Uniform Resource Locator

[#64] Which of these data member of HttpResponse class is used to store the response from an http server?
Correct Answer

(D) statusCode

[#65] Which of these method of httpd class is used to get report on each hit to HTTP server?
Correct Answer

(B) logEntry()