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 the name of the java compiler?
Why does java have two ways to create child threads?
Is nan false?
What is parsing a string?
What is bytecode verifier?
What is the requirement of thread in java?
Is array size fixed in java?
What are static blocks in java ?
Explain about varargs in java?
What is the functionality of the stub?
What is pass by value?
Can you explain the cs option of java interpreter?
What is r * in math?
Can a constructor be protected?
Explain the JDB in depth & command line.