what is servlet and what you get when we use servlets?
Answer Posted / kesav
Servlet is an API , released by Sun Micro Systems , Servlet
is a Java Program which provides the implementation of
Servlet Interface directly or indirectly
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can filter be used as request or response?
How do we translate jsp?
What is the difference between Difference between doGet() and doPost()?
What are session variable in servlets?
What is the advantage of Servlets when compared with other server side technologies?
When should you prefer to use doget() over dopost()?
What is servlet invoker?
How the servlet is loaded?
How can we upload the file to the server using servlet?
Explain the difference between generic servlet and http servlet?
What are the various ways of session supervision in servlets?
How to make sure a servlet is loaded at the application startup?
What is the type of method for sending request from http server?
How httpservlet is different from the genericservlet?
What is new in ServletRequest interface ? (Servlet 2.4)