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
Is space a character in java?
What means public static?
What is an argument java?
What is http client in java?
What is null mean in java?
What is java instanceof operator?
What are java annotations?
How to check if a list is sorted in java?
Explain the difference between intermediate and terminal operations in java8?
How do I write a self declaration?
How hashmap increases its size in java?
How to instantiate static nested classes in java?
What is difference between overloading and overriding in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
How do you define a method?