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 the include directive?
What is jsp in javascript?
What is the difference between a jspwriter and a servlet printwriter?
What are scripting elements?
What are the types of jstl tags?
What is scriptlet tag?
How can multiple submits due to refresh button clicks be prevented?
Differentiate between jsp scriptlet tag and declaration tag.
How is jsp include directive different from jsp include action. ?
Explain the
How we can configure init params in jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Tell us about the stages (phases) of the jsp life cycle.
What is the default value of session attribute in jsp?
Which jsp implicit objects are thread safe?