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 / pichha
Servlet is Servlet whereas JSP is JSP n also Servlet
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
How can you create a session in servlet?
What is ServletContext object?
How to commuincate between an applet and a servlet?
Which event is fired at the time of project deployment and undeployment?
How printwriter is different from servletoutputstream?
What’s the difference between sendredirect and forward methods
Which is the methods of generated servlet?
Can filter be used as request or response?
What is the GenericServlet class?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
How servlets are deployed in java?
Define servlet mapping?
What is the difference between Server and Container?
What are the difference between session and cookies in servlet? Explain
How do you invoke a servelt?