What is the difference between JSP and Servlet?
Answer Posted / pratheeka reddy
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 ? | 205 Yes | 74 No |
Post New Answer View All Answers
What are the main tags in jsp?
What is taglibs?
Is jsp a front end?
How to restrict page errors display in a JSP page?
Can constructor be used instead of init(), to initialize servlet?
What is el?
What is
Explain translation phase.
How is jsp include directive different from jsp include action. ?
Can we define a class inside a jsp page?
What is a jsp directive?
What is dynamic web project?
What is a hidden comment?
How to run java program in jsp page?
Explain handling of runtime exceptions.