What is the difference between JSP and Servlet?
Answer Posted / malay
Servlets are pure java codes,here we can't used HTML.
But in JSP we can use HTML,so we can modify and also
updated the data.
Another difference In Servlet clientside validation is
possible But in jsp clientside validation is not possible.
| Is This Answer Correct ? | 38 Yes | 114 No |
Post New Answer View All Answers
What is jstl (jsp standard tag library)?
Why is jstl used?
What is the jsp?
What is welcome file list?
What are jsp implicit objects?
What is a output comment?
What is the include directive?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is scriptlet and what is expression?
How can my application get to know when a httpsession is removed?
What is application in jsp?
Why don’t we need to configure jsp standard tags in web.xml?
How jsp is executed by web server?
What are directives in jsp?
What is a hidden comment in jsp?