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
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the differences between the servletconfig interface and the servletcontext interface?
What are different methods of session management in servlets?
What is cookie in servlet?
Explain the difference between servlet and cgi?
Explain request dispatcher and its methods.
Explain the features are in servlet 3?
Elucidate servlet attributes and its scope?
Name the different ways of session tracking.
What is java servlet?
What is the life cycle of a servlet?
Explain the war file?
What is servletconfig?
List out difference between a JavaBean from a Servlet?
Servlet is pure java object or not?