Answer Posted / prathap
Threads Cannot code manually by the programmer.The facility
itself given by the Servlet Container.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we perform any action at the time of deploying the project?
How do you load an image in a Servlet?
Write a hello world program using servlets.
What mechanisms are used by a Servlet Container to maintain session information?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Which interface must be implemented by all servlets?
Explain url encoding?
What are life cycle methods of a servlet?
How we can create war file in servlet?
What is difference between GenericServlet and HttpServlet?
Which exception is thrown if the servlet is not initialized properly?
Is servlet a controller?
Differentiate between the web server and application server?
What is a deployment descriptor?
What is the use of servlet wrapper classes?