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
What's the architecture of a servlet package?
How can you use a servlet to generate a plain text instead of html?
What is load-on-startup in servlet?
Differentiate between get and post?
What are the ways to handle multi-threading in servlets?
How can we implement a jsp page?
What is life cycle of Servlet?
What is difference between PrintWriter and ServletOutputStream?
How can a servlet be used to generate plain text instead of html?
What is called servlet container?
How to generate the server side programming and the advantages of it over the other languages?
How would you create deadlock on your servlet?
What is MIME Type?
What is servlet api used for conneting database?
What is servlet used for?