whats the diff between jsp and servlets?
Answer Posted / durga ganesh reddy
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is meant by singleton class?
What is the importance of main method in Java?
What are the differences between string, stringbuffer and stringbuilder?
what is optional in java 8?
What is command line argument
Is hashmap thread safe?
What is the difference between I ++ and ++ I in java?
What is meant by JVM? Is JVM platform independent or not?
What is the SimpleTimeZone class?
How do I start learning java?
What is an error in java?
What is a dot notation?
How do you classify Dialog Box?
What is t type java?
Are true and false keywords?