whats the diff between jsp and servlets?
Answer Posted / dillip
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we declare register variable as global?
Explain throw keyword in java?
What is charat ()?
What does flagged out mean?
Is map sorted in java?
What Is Composition?
Is 0 true or false?
How many threads can java run?
What is identifier give example?
How to create an immutable class?
Can a class be a super class and a sub-class at the same time? Give example.
What is the formula to calculate percentage?
What is the difference between break and continue statements?
What is an arraylist in java?
Why is a singleton bad?