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
Name the packages that work with servlet?
What is a servlet context?
What is servlet container. how it works?
What is the directory structure of a war file?
Explain mvc pattern.
Explain is servlet mapping?
What is java servlet session?
What are the different mode that servlets can be used?
How we can create war file in servlet?
How do you deal property files in servlet?
What is the life cycle of a servlet?
What are the phases of the servlet life cycle?
What is servlet attributes and their scope?
What is a servlet context object?
What is a server side include (ssi)