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
How do we call one servlet from another servlet?
Write a program to show the functionality of doget and dopost method?
How do you run a servlet?
What is servlet looping or chaining?
How can you push data from an Applet to a Servlet?
Write a simple servlet program to print the contents of html.
What is the directory structure of a war file?
How do we go with database connection and log4j integration in servlet?
When to use doget() and when dopost()?
What is the difference between portlet and servlet?
How to handle exceptions thrown by application with another servlet?
What do you mean by url pattern in servlet?
What is life cycle of Servlet?
Who is responsible to create the object of servlet?
What is servlet in simple terms?