What is the difference between JSP and Servlet?
Answer Posted / shankar
servlet is java classes.
In servlet,clientside validation is possible.
servlet is html codes.
servlet is web components.
jsp stand for java server page.
jsp is not java classes.
In jsp,clientside validation is not possible.
jsp is html codes.
jsp is web components.
| Is This Answer Correct ? | 9 Yes | 46 No |
Post New Answer View All Answers
What is jsp translation phase?
What is a expression?
What is the jsp:setproperty action?
What are the steps for creating custom tags in jsp?
Can a jsp page process html form data?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
Explain client and server side validation?
What is pagecontext?
How do we catch exception and process it using jstl?
What is a jsp file?
How is jsp better than servlet technology?
What is jsp expression?
What is jsp servlet?
Write a simple example for the clone() method.
how can i update the marque in jsp without changing the sourse code