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
Why do we have servlet filters?
What is the disadvantage of cookies?
What do you mean by cgi?
List out difference between a JavaBean from a Servlet?
What are the difference between RMI and Servlets?
Explain the differences between jsp and servlet.
Explain web container.
What methods do you use in servlet - applet communication?
What is called Session Tracking?
What is the major difference between servlet and applet?
What do you mean by a filter and how does it work?
Which exception is thrown if the servlet is not initialized properly?
What are the disadvantages of storing session state in cookies?
Who is responsible for writing a constructor?
Explain the servlet filter.