waht is the main diference b/w servelts and JSP ?
Answer Posted / ravindra nhavi
the main different is jsp only depend on HTTP protocol
but servlet support for HTTP,SMTP,FTP protocol
In jsp you directly embeded java code in to the html code
but is in servlet is not posible.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is preinitialization of a servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How can a servlet be used to generate plain text instead of html?
What are the servlet events?
What are the different session tracking techniques?
Is servlet thread safe?
What is a java servlet?
What is servlet in tomcat?
What are the advantages of cookies?
Why do we have servlet filters?
Explain Action Servlet?
What does the term localization refer to?
What is the difference between context parameter and context attribute?
What do you mean by filter in servlet?
What are the difference between RMI and Servlets?