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
Why is httpservlet declared abstract?
How to get the path of servlet in the server?
What do you mean by interservlet communication?
What are the supporting protocol by HttpServlet ?
What are the jobs performed by servlets?
What do you mean by cgi?
What is servlet used for?
What is the difference between servlet and filter?
What is cgi?
Define servlet mapping?
How do I support both get and post from the same servlet?
Explain the difference between servletconfig and servletcontext in servlet?
What's the architecture of a servlet package?
Is servlet a server side scripting language?
What is the difference between portlet and servlet?