what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / sandeep
All the java code is embedded in jsp.......
but it is defferenciated in servlets...
Advantage of servlet over jsp is jsp is more fater than servlet
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is servlet used?
What is the dispatcher servlet?
Is servlet a server side scripting language?
How can you run a servlet program?
How do you create a cookie using servlet?
What is lazy loading and what is Generic Servlet Class?
Explain web application directory arrangement?
Is that servlet is pure java object or not?
Why filter is used in servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the uses of servlets?
Servlet is pure java object or not?
What are the difference between RMI and Servlets?
The code in a finally clause will never fail to execute, right?
How to read request headers from servlets?