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
Why session tracking is needed?
What are all the protocols supported by httpservlet?
What is a java servlet?
What is the advantage of Servlets when compared with other server side technologies?
What is servlet api used for conneting database?
What are the different methods involved in generic servlet?
What is cookie in servlet?
What is the dispatcher servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
Difference between forward() method and sendredirect() method ?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Is java servlet still used?
What do you mean by session tracking?
What is the difference in between the httpservlet and generic servlet?
What are the different methods involved in the process of session management in servlets?