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
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
Why class is used in java?
Is tomcat a java ee?
Which of the following are subclasses of java awt component?
Why java is a platform?
How to create object without using the keyword “new” in java?
Who generates bytecode in java?
How can I be good in java?
What is general entity?
What is considered as a web component?
What is distributed application?
What is full form of j2ee?
What is bean factory, have you used xmlbean factory?
What is j2ee product provider?
Describe secure socket layer (ssl)?