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
request parameter how to find whether a parameter exists in the request object?
What is ServletContext object?
When servlet is loaded?
Explain jsessionid?
What is the major difference between servlet and applet?
How can we refresh automatically when new data has entered the database?
What are session variable in servlets?
What is the use of servlet wrapper classes?
What’s the difference between sendredirect and forward methods
What is the default http method in the servlet?
How the typical servlet code look like ?
How is an application exception handling is done using a servlet?
Explain the concept of ssi ?
What are the difference between session and cookies in servlet? Explain
what is servlet chaining?