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 / aarti
servlet Jsp
1
servlets are java classes jsp is not
2
consist of an html file
for static content &java file contains java code
for dynamic content embeded directly to
in an html page by
using special tags.
| Is This Answer Correct ? | 67 Yes | 65 No |
Post New Answer View All Answers
What do you mean by scope object and what are its types?
Why jsp is better than servlet?
What is http servlet?
Explain the architechure of a servlet?
Explain load on start-up and its importance?
What is the advantage of Servlets when compared with other server side technologies?
What do you mean by interservlet communication?
Define declaration.
What’s the difference between sendredirect and forward methods
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
How is a servlet implemented in code?
What is a servlet?
Why don't we write a constructor in a servlet?
Can you send an authentication error from a servlet?
What is the procedure of invoking different servlet in a different application?