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 jsp lifecycle methods can be overridden?
Can we use jsp implicit objects in a method defined in jsp declaration?
What is client scripting?
How can we prevent implicit session creation in jsp?
Mention the scope values for
What is the use of jsp and servlet?
What is a tag file in jsp?
What is the difference between directive include and jsp include?
What is a scriptlet in jsp and what is its syntax?
What is the difference between a jspwriter and a servlet printwriter?
Which one is correct order of phases in jsp life cycle?
How can I override the jspinit() method within a jsp page?
What are implicit objects in jsp?
Explain jsp technology?
How many jsp implicit objects are there?