Answer Posted / cnu
by request.getSession("true");
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What methods do you use in servlet - applet communication?
What is getservletcontext?
What is the life-cycle of servlets?
How do you invoke a servelt?
List out the difference between ServletConfig and ServletContext?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the process to implement doget and dopost methods?
What are common tasks performed by Servlet Container?
Why is init() method is used in servlets?
What are the objects involved when a servlet receives a call from client?
What is cookie? Why is cookie used?
What are the steps involved in placing a servlet within a package?
Differentiate between the print writer and servlet output stream?
What are the functions of the servlet container?
How forward () method is different from send redirect () method?