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
Explain the difference between jspwriter and servlet printwriter in jsp?
Can you make use of a servletoutputstream object from within a jsp page?
What is jsessionid?
How can I use jsp in the mvc model?
What is jsp standard tag library, provide some example usage?
What are the implicit, internal el jsp objects and their differences from jsp objects?
What is session object in jsp?
How are cookies set in jsp?
What is meant by implicit objects and what are they?
What is scripting elements in jsp?
What are custom tags?
What is the purpose of creating custom tags?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
What are the jsp lifecycle phases?
Why do we use jsp?