What is the difference between an applet and a servlet?
Answer Posted / vemula sowmya
Applets can run under any web browser their execution is dependent on Client as they require JRE Whereas Servlets do not require any thing specific at client side, as they require java enabled web/application Server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which interface must be implemented by all servlets?
Explain jsessionid and when is it created?
What are the different ways we can maintain state between requests?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Explain how does JSP handle run-time exceptions?
How to get the server information in a servlet?
What is http servlet in java?
How forward () method is different from send redirect () method?
Explain the difference between jsp and servlet?
Which protocol will be used by browser and servlet to communicate
How can you run a servlet program?
Why is init() method is used in servlets?
What is the advantage of Servlets when compared with other server side technologies?
Explain the difference between a web server and a web container?
What is difference between jsp and servlet?