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 life cycle?
What is context in jsp?
What is declaration statement?
Why jsp is better over static html also explain lifecycle of a jsp?
How to make a “new line in html” in jsp?
Can a jsp page instantiate a serialized bean?
What is application in jsp?
Which implicit object is not available in normal jsp pages?
Can I use javascript on jsp page?
Give a sample jsp configuration in the deployment descriptor.
What is jsp exception?
Can you disable jsp scripting?
how can i add properties in dynamic text fields using .js file?
What are the jsp standard actions?
What is response sendredirect?