Java Server And Servlet - Study Mode

[#51] Which are the session tracking techniques? i. URL rewriting ii. Using sessi iii.Using response object iv. Using hidden fields v. Using cookies vi. Using servlet object
Correct Answer

(B) i, ii, iv, v

[#52] What does bind() method of ServerSocket offer?
Correct Answer

(A) binds the serversocket to a specific address (IP Address and port)

[#53] How does eclipse provide the capability for debugging browser actions?
Correct Answer

(A) internal web browser

[#54] In CGI, process starts with each request and will initiate OS level process.
Correct Answer

(A) True

[#55] When destroy() method of a filter is called?
Correct Answer

(A) The destroy() method is called only once at the end of the life cycle of a filter