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
Can you use javascript in jsp?
Can we define a class inside a jsp page?
Can we use jstl in html?
What are the different types of directives available in jsp?
Which of the following action variable is used to include a file in jsp?
What is a expression?
What do you know about jsp tags?
What is difference between sendredirect and requestdispatcher?
Why does jcomponent have add() and remove() methods but the component does not?
What is jsp api?
Can we implement an interface in a jsp?
How to deactivate el usage on jsp?
What is the purpose of jsp?
What are the three tags used in jsp bean development?
What is the