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 is the difference between jsp and servlet life cycle?
How to get the actual path of servlet in server?
What is a server side include (ssi)
Can we refresh servlet in client and server side automatically?
Explain the different ways for servlet authentication?
What is difference between cookies and httpsession?
What is context in servlet?
What do you mean by cgi in servlet?
How to get the server information in a servlet?
What is a servlet context object?
What are all the ways for session tracking?
Which are the different ways you can communicate between servlets?
How can you start a jta transaction from a servlet deployed on jboss?
What are different ways for servlet authentication?
What are the mechanisms used by a servlet container for maintaining session information?