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
What are the supporting protocol by HttpServlet ?
What is the use of send redirect () method?
How printwriter is different from servletoutputstream?
What is called Session Tracking?
What is ServletConfig object?
What are the disadvantages of storing session state in cookies?
What is the purpose of dispatcherservlet properties?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the advantage of Servlets when compared with other server side technologies?
What is the difference between CGI and Servlet?
Where do you define dispatcherservlet?
How we can get ip address of client in servlet?
What is difference between server and servlet?
How to get the server information in a servlet?
Which HTTP method is non-idempotent?