what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / harsh
servlet is a servlet and jsp is a jsp
| Is This Answer Correct ? | 20 Yes | 40 No |
Post New Answer View All Answers
If some new data has entered the database, explain how can a servlet refresh automatically?
What is http servlet?
Explain get and post.
Why do we have servlet filters?
What is session?
What do you mean by cgi?
What is the need of session tracking in web application?
What are the types of protocols supported by httpservlet ?
Define context initialization parameters.
Servlet is pure java object or not?
What are the differences between the servletconfig interface and the servletcontext interface?
How do you get the ip address of the client in servlet?
How to find whether a parameter exists in the request object?
How servlet is created?
Can we refresh servlet in client and server side automatically?