waht is the main diference b/w servelts and JSP ?
Answer Posted / amit kmar
Servlets are pure java programs.here we can't use HTML.
But in JSP we use HTML,so we can use and modify the data
very easily.
Servlets are faster than JSP.bcoz while running JSP
programs it will be converted into Servlets and then
executed,so it takes more time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is called servlet container?
How do we go with database connection and log4j integration in servlet?
Why do we use sendredirect() method?
What is the major difference between servlet and applet?
Describe the phases of servlet lifecycle?
What is the type of method for sending request from http server?
What if you need to span your transaction across multiple servlet invocations?
What do you mean by httpservlet and how it is different from the genericservlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is cookie in servlet?
What is Servlet API used for connecting database?
What are the important functions of filters?
What are all the ways for session tracking?
Can filter be used as request or response?
Servlet is pure java object or not?