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 if you need to span your transaction across multiple servlet invocations?
Can we refresh servlet in client and server side automatically?
What is the difference in between the httpservlet and generic servlet?
How will two or three servlets interact or communicate with each other?
What is difference between cookies and httpsession?
what is servlet chaining?
What are the different methods involved in the process of session management in servlets?
How the servlet is loaded?
How do you run a servlet?
How do you find out what client machine is making a request to your servlet
Define servlet mapping?
Difference between get and post in java servlets?
What do you mean by httpservlet?
Why filter is used in servlet?
What is servlet api used for conneting database?