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
How do I view a jsp file?
Explain jsp lifecycle methods?
What are advantages of jsp over asp, php, pure servlets and others?
What is jsp expression?
What is out println in jsp?
Explain the jsp:setProperty action.
Define JSP Scriptlet.
What is scriptlet tag?
What is difference between javascript and jsp?
What is the
Can a constructor be used in place of init() method to initialize a servlet?
Show attributes of page directives.
How can I extend the functionality of jsp?
What are the elements of jsp?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.