Answer Posted / sureshkumar
Servlet is a plat form independent webapplication component
which executes in the webserver and can handle the multiple
requests concurrently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain their methods? Tell me their parameter names also have you used threads in servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What is the difference between genericservlet and httpservlet
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How will two or three servlets interact or communicate with each other?
What are important features of Servlet 3?
Why the container loads server at the application startup and how?
Why is init() method is used in servlets?
What is the disadvantage of cookies?
How does tomcat servlet container work?
What are the servlet events?
How can we achieve transport layer security for our web application?
Why don't we write a constructor in a servlet?
What are the steps involved in placing a servlet within a package?
What is the difference between portlet and servlet?