What is the difference between an applet and a servlet?
Answer Posted / pranavbapat
Applet is for a browser.
Servlet is for server.
Applet has GUI.
Server has no GUI.
Applet is client side coding.
Servlet is server side coding.
Applet operates within the domain of a web browser.
Servlet operates within the domain of a web server.
With applets, only static web pages can be developed.
With servlets, dynamic web pages can be developed.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What do you mean by servlet context?
Servlet is pure java object or not?
What is the difference between 2 types of servlets?
Describe servlet?
how the HTML data stored in web server?
How the typical servlet code look like ?
Why do we use sendredirect() method?
Explain how does JSP handle run-time exceptions?
What do you mean by interservlet communication?
What is the workflow of a servlet?
What do you mean by web applications?
What are sessions in servlets?
Why doesn’t a servlet include main()?
How to get the current httpsession object?
What is the use of httpservletrequestwrapper?