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 / sushrut
1)servlet is like html inside java code and jsp is like java code inside html
2)jsp have predefined variables(request,response,session),
whether servlet haven't.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the lifecycle of a servlet?
Define declaration.
What is the difference between context parameter and context attribute?
Difference between httpservlet and generic servlets?
What is a generic servlet?
Explain session tracking and its importance?
What methodology can be followed to store more number of objects in a remote server?
What are different ways for servlet authentication?
What do you mean by web applications?
How to make sure a servlet is loaded at the application startup?
What is the capacity the doget can send to the server?
What do you mean by url pattern in servlet?
What is the difference in between the httpservlet and generic servlet?
Name the packages that work with servlet?
What is the GenericServlet class?