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 are the functions of Servlet container?
Why doesn’t a servlet include main()?
Difference between get and post in java servlets?
What is the functionality of actionservlet and requestprocessor?
What do you mean by cgi?
Explain jsessionid?
How do we share data using 'getservletcontext ()?
What is the servlet?
Can we use threads in Servlets?
Differentiate between the get and post method
Can servlet have a constructor ?
Define the lifecycle for executing a jsp page.
What is a cookie What is the difference between session and cookie
What are the different session tracking techniques?
Why are servlets used?