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 different types scripting elements in jsp?
Can a jsp page process html form data?
What are the possible values for language directive?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
How do you delete the session data?
How to pass information from jsp to included jsp?
How to send data from one page to another in jsp?
What is the purpose of jsp and why it is widely used?
Why are implicit objects not available in a regular jsp page?
What is use of scriptlet tags in jsp?
When does a container initialize multiple jsp / servlet objects?
How can we extend jsp technology?
What are the two kinds of comments in jsp and what's the difference between them ?
What is jsp net?
What is page scope?