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 / sakthi
Both Servlet and Jsp are used for webapplication
Inorder to retrive request from client side page HTML that
is retriving values then we pass on to server side page for
to make a dynamic web page so that we need a interpreter for
converting client request to java understandable format is
Servelets or jsp
Servlet is a Java Http class file while jsp is one of the
server side scripting language later on it is converted to
java class file thats it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between generic servlet and http servlet?
What are the different methods involved in the process of session management in servlets?
Why do we have servlet filters?
Why is a constructor needed in a servlet even if we use the init method?
What is httpservlet class?
How do I use cookies to store session state on the client?
What is a servlet-to-servlet communcation?
What is the use of servletconfig interface?
How to notify an object in session when session is invalidated or timed-out?
What do you mean by session tracking?
When should you prefer to use doget() over dopost()?
What is cgi?
What is the difference between the include() and forward() methods?
Explain the concept of ssi ?
Given the request path below, which are context path, servlet path and path info?