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
How is an application exception handling is done using a servlet?
What is the difference between genericservlet and httpservlet
What is a servlet-to-servlet communcation?
Write all the phases defined in servlet life cycle?
Why do we have servlet wrapper classes?
What is the disadvantage of cookies?
What is servlet lazy loading?
How we can call a jsp from the servlet?
What is a java servlet?
How does Cookies work in Servlets?
What are the steps that are involved in using the httpservlet class?
What is the purpose of requestdispatcher interface?
What is meant by a servlet?
What's the use of servletcontext?
What are session variable in servlets?