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 a case study a method or methodology?
What do you mean by compiler?
Why is multithreading important?
What is an infinite loop?
Which is easier .net or java?
Does printwriter create a file?
How objects are stored in java?
What is try-with-resources in java?
What is the purpose of object oriented programming?
How does hashmap work in java ?
What is externalizable interface?
State the difference between creating string as new () and literal.
What is the string function?
What is a parameter used for?
What is a static class in java?