Multiple Choice
Which of the following are the session tracking techniques?
A) URL rewriting, using session object, using response object, using hidden fields
B) URL rewriting, using session object, using cookies, using hidden fields
C) URL rewriting, using servlet object, using response object, using cookies
D) URL rewriting, using request object, using response object, using session object
Correct Answer:

Verified
Correct Answer:
Verified
Q14: "request" is instance of which one of
Q15: Which one of the following is correct
Q16: Which is not a directive?<br>A)include<br>B)page<br>C)export<br>D)useBean
Q17: Which one is the correct order of
Q18: Which of the following package contains servlet
Q20: A servlet maintain session in<br>A)Servlet container<br>B)Servlet context<br>C)Servlet
Q21: The getSession() method with „true? as its
Q22: The init parameter name and value pairs
Q23: The life cycle of a servlet is
Q24: Which object stores references to the request