what is servlet and what you get when we use servlets?
Answer Posted / ravikiran(aptech mumbai)
servlet is the server side component and executed on any
web/application server.When we make use of servlets we will
get the services provided by the container and multi
threading support
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
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
The code in a finally clause will never fail to execute, right?
What’s the use of the servlet wrapper classes??
What are the different methods of session management in servlets?
How do you define a servlet?
How do I support both get and post from the same servlet?
How can we invoke another servlet in a different application?
How do you communicate in between Applets and Servlets?
What is a cookie What is the difference between session and cookie
What are the types of servlet?
how many jsp scripting elements are there and what are those?
What is servlet? Explain
What is difference between PrintWriter and ServletOutputStream?
What is difference between jsp and servlet?
Can filter be used as request or response?