What is the difference between JSP and Servlet?
Answer Posted / shankar
servlet is not 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 | 83 No |
Post New Answer View All Answers
Define jsp declaration?
Which jsp implicit objects are thread safe?
How are custom tags in jsp created?
Why do we use jstl tags?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What are the different types scripting elements in jsp?
How many jsp scripting elements are there and what are they?
List out the various scope values of jsp action.
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
Can we define a class in a jsp page?
Is jsp server side scripting language?
Explain jsp?
What is the full form of jsp?
What is jstl (jsp standard tag library)?
What is jsp taglib?