What is the difference between JSP and Servlet?
Answer Posted / 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 |
Post New Answer View All Answers
Which is mandatory in tag in jsp?
How to print java variable in jsp?
Why jsp is faster than servlet?
What is the resourcebundle class in jsp?
How to send data from one page to another in jsp?
How to make a “new line in html” in jsp?
What is the scope of response object?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is the advantage of using getProperty action, as compared to the accessor method?
What is jsp processing?
What is client side technology?
How to run java program in jsp page?
When will container initialize multiple jsp/servlet objects?
What is the
What is a declaration?