Question 1 of 25
Hints left: 3
Q1
How constructor can be used for a servlet?
Q2
What type of protocol is HTTP?
Q3
When destroy() method of a filter is called?
Q4
Which mode allows us to run program interactively while watching source code and variables during execution?
Q5
Which of the below are common network protocols?
Q6
What does MIME stand for?
Q7
Servlet are used to program which component in a web application?
Q8
What happens if IP Address of host cannot be determined?
Q9
In CGI, process starts with each request and will initiate OS level process.
Q10
Which view allows us to delete and deactivate breakpoints and watchpoints?
Q11
Which class represents an Internet Protocol address?
Q12
Which of the following is true about servlets?
Q13
What does bind() method of ServerSocket offer?
Q14
What is the java method for ping?
Q15
Which perspective is used to run a program in debug view?
Q16
What is the purpose of the `HttpSession` object in Java web applications?
Q17
Which class provides system independent server side implementation?
Q18
What is session management in a Java web application?
Q19
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
-
B
-
C
-
D
Q20
Can servlet class declare constructor with ServletConfig object as an argument?
Q21
Which HTTP method is typically used to create a new session in Java web applications?
Q22
How does eclipse provide the capability for debugging browser actions?
Q23
How can we connect to database in a web application?
Q24
How to deep dive into the execution of a method from a method call?
Q25
In JSP (JavaServer Pages), what is the purpose of the `<% ... %>` scriptlet tag?