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
What is a local class in java?
What is a function easy definition?
What is integer valueof?
What are recursive functions?
How many types of keywords are there?
What is the difference between a checked and an unchecked exception?
What is command line used for?
What mechanism does java use for memory management?
Can list contain null in java?
What is the purpose of garbage collection in java?
Do you know how to reverse string in java?
What are the main concepts of oops in java?
Can constructor be protected in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is int lol?