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
What is the purpose of jsp?
What is jsp and its uses?
How to forward a request to another source?
What are the two kinds of comments in jsp and what's the difference between them ?
What are the types of directives in jsp?
What is jsp scriptlet?
What do you know about pagecontext and what are the advantages of using it?
What is a jsp and what is it used for?
What is the advantage of using getProperty action, as compared to the accessor method?
Explain the difference between forward and sendredirect?
Why jsp is used in java?
What are stored procedures? How is it useful?
Can we use the exception implicit object in any jsp page?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
What is application scope in jsp?