What is the difference between an applet and a servlet?

Answer Posted / ramadass

applet:It have graphical user interface.it runs in client
browser.
servlet:it have no graphical user interface.it run's in
server

Is This Answer Correct ?    49 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is a constructor needed in a servlet even if we use the init method?

602


What is the directory structure of a war file?

707


What is servlet invoker?

600


What is servlet container?

663


What is the difference between context parameter and context attribute?

531






How do we go with database connection and log4j integration in servlet?

699


When to use doget() and when dopost()?

625


What is a deployment descriptor?

594


What is the life-cycle of servlets?

631


Explain the servlet context.

598


What are the different ways we can maintain state between requests?

567


How can I send user authentication information while making URL Connection?

541


Describe servlet?

575


What do you mean by annotations in servlet?

580


When a servlet accepts a call from a client, it receives two objects. What are they?

759