Which of the below are common network protocols?
A. TCP
B. UDP
C. TCP and UDP
D. CNP
Select an option to see the answer and solution.
What type of protocol is HTTP?
A. stateless
B. stateful
C. transfer protocol
D. information protocol
Select an option to see the answer and solution.
How to deep dive into the execution of a method from a method call?
Select an option to see the answer and solution.
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
A. i, ii, iii, vi
B. i, ii, iv, v
C. i, vi, iii, v
D. i, ii, iii, v
Select an option to see the answer and solution.
What does bind() method of ServerSocket offer?
A. binds the serversocket to a specific address (IP Address and port)
B. binds the server and client browser
C. binds the server socket to the JVM
D. binds the port to the JVM
Select an option to see the answer and solution.
How does eclipse provide the capability for debugging browser actions?
A. internal web browser
B. chrome web browser
C. firefox web browser
D. internet explorer browser
Select an option to see the answer and solution.
In CGI, process starts with each request and will initiate OS level process.
Select an option to see the answer and solution.
When destroy() method of a filter is called?
A. The destroy() method is called only once at the end of the life cycle of a filter
B. The destroy() method is called after the filter has executed doFilter method
C. The destroy() method is called only once at the begining of the life cycle of a filter
D. The destroyer() method is called after the filter has executed
Select an option to see the answer and solution.
Which class represents an Internet Protocol address?
A. InetAddress
B. Address
C. IP Address
D. TCP Address
Select an option to see the answer and solution.
What happens if IP Address of host cannot be determined?
A. The system exit with no message
B. UnknownHostException is thrown
C. IOException is thrown
D. Temporary IP Address is assigned
Select an option to see the answer and solution.