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 / sukanta kumar apnigrahi
servlet is a web component run in side server.it is easy to
write a application program ,it is advance version of html
program. we can't write html prog. in a servlet program.
JSP is a Java server page which is used to write a easy
and reliable java program.we can add HTML program in JSP.
It is slower than servlet.
| Is This Answer Correct ? | 23 Yes | 29 No |
Post New Answer View All Answers
Difference between GET and POST?
Can we fetch the attributes related to a servlet on a different servlet?
Define the servlet mapping.
What's the architecture of a servlet package?
What is servlet container. how it works?
What are different Authentication options available in Servlets.
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is servlet container?
Explain the jar and war files in servlet?
What is servlet and its advantages?
Why HttpServlet class is declared abstract?
How to create war file?
What is cookies in servlet with example?
What are common tasks performed by Servlet Container?