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
Does variable declaration allocate memory?
What is fundamental datatype?
Do loops java?
Difference between final and effectively final ? Why is effectively final even required ?
How do you read a char in java?
What is arraylist class in java?
What is the difference between hashmap and hashtable in java?
What does .equals do in java?
Can an interface extend a class?
What is meant by memory leak?
What is string pooling concept?
what is the difference between a threads start() and run() methods? : Java thread
How big is a 64 bit float?
Can a string be null?
When would you use a static class?