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 servletconfig and servletcontext in servlet?
Explain the servlet filter.
What are the new features added to servlet 2.5?
Which http method is said to be non-idempotent and idempotent?
Which are the different ways you can communicate between servlets?
What are the different ways we can maintain state between requests?
How do you get the ip address of the client in servlet?
Explain the features are in servlet 3?
How to handle exceptions thrown by application with another servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is meant by cookies?
Write a hello world program using servlets.
List out difference between a JavaBean from a Servlet?
What is Request Dispatcher?
Can a jsp be called using a servlet?