What is the difference between JSP and Servlet?
Answer Posted / malay
Servlets are pure java codes,here we can't used HTML.
But in JSP we can use HTML,so we can modify and also
updated the data.
Another difference In Servlet clientside validation is
possible But in jsp clientside validation is not possible.
| Is This Answer Correct ? | 38 Yes | 114 No |
Post New Answer View All Answers
Why is _jspservice () method starting with an '_'?
Explain jsp:plugin action?
What is a jsp page?
How to access java variable in jsp?
How can I implement a thread-safe jsp page?
What is session management in jsp?
What is jsp include tag?
How will you use jsp el in order to get the http method name?
Is jsp technology extensible?
How do I use comments within a jsp page?
How to pass information from jsp to included jsp?
Can we use javascript in jsp?
Give an example where you need jsp custom tag?
What is the difference between include directive and include action?
What is jsp taglib?