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 are the important functions of filters?
What are the type of protocols used in httpservlet?
What are the types of servlets? Explain
What is the difference between forward () and sendredirect () functions in servlet? Explain
How can we refresh automatically when new data is entered into the database?
What is a generic servlet?
Which java application server is the best?
What is lazy loading and what is Generic Servlet Class?
What is the difference between 2 types of servlets?
How native code can be used in a servlet?
What is the need of session tracking in web application?
What is life cycle of Servlet?
Define declaration.
What are the key methods that are involved in processing of http servlets?
What’s the use of the servlet wrapper classes??