what is the difference between servlets and jsp?
Answer Posted / sanjay deorari
JSP is used mainly for presentation only. A JSP can only be
HttpServlet that means the only supported protocol in JSP is
HTTP. But a servlet can support any protocol like HTTP,FTP,
SMTP etc.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Who generates bytecode in java?
Why is java used?
What is the difference between java and j2ee?
Is object a composite data type in java?
What are the advantages of object-relational mapping (orm)?
Which java technology is in demand?
What are the tools in java?
Is java gui dead?
What is java 2 platform, enterprise edition (j2ee)?
What is a web container in j2ee?
What is callback methods?
What is the use of jit compiler in java?
What are the main components of multi-tier architecture?
What is frame in java?
What is caller?