What is the difference between JSP and Servlet?
Answers were Sorted based on User's Feedback
Answer / shan
jsp is a java based technology and it use only java
programs.
servlet is a html based technology and it use only html
programs.
| Is This Answer Correct ? | 9 Yes | 145 No |
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
Explain the jsp life cycle?
How many tags are provided in jstl?
How many types of jsp tags are there?
Can we use javascript with jsp pages?
Can we implement an interface in a jsp?
how to extends one jsp page to another jsp page with realtime example?
What happens when a page is statically included in another jsp page?
What is <jsp:usebean> in jsp?
What is difference between java and jsp?
What is an expression language?