Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between an applet and a servlet?

Answers were Sorted based on User's Feedback



What is the difference between an applet and a servlet?..

Answer / sahil verma

Applets

Applets are applications designed to be transmitted over
the network and executed by Java compatible web browsers.
An Applet is a client side java program that runs within
a Web browser on the client machine.
An applet can use the user interface classes like AWT or
Swing.
Applet Life Cycle Methods: init(), stop(), paint(),
start(), destroy()

Servlets

Servlets are Java based analog to CGI programs,
implemented by means of servlet container associated with an
HTTP server.
Servlet is a server side component which runs on the web
server.
The servlet does not have a user interface.
Servlet Methods: doGet(), doPost()

Is This Answer Correct ?    0 Yes 0 No

What is the difference between an applet and a servlet?..

Answer / 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

What is the difference between an applet and a servlet?..

Answer / sepna

radhi, thanks alot for your valuable and enlarge answer

Is This Answer Correct ?    2 Yes 5 No

What is the difference between an applet and a servlet?..

Answer / nickvalente

Hi Radhika,
Thank u so much
i got many points from your notes
u r too smart and good at subject

Is This Answer Correct ?    5 Yes 9 No

What is the difference between an applet and a servlet?..

Answer / varsha vilas kalebag

applet is nothing but application on net .aaplet needs web
browser

Is This Answer Correct ?    9 Yes 21 No

Post New Answer

More Servlets Interview Questions

What is URL Encoding?

0 Answers  


i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do

2 Answers   Caritor, Globerian,


Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?

3 Answers   L&T,


Is it possible to call servlet with parameters in the URL?

4 Answers  


How do you design microservices?

0 Answers  


What is the <load-on-startup> element?

0 Answers  


How to make sure a servlet is loaded at the application startup?

0 Answers  


What is the use of Servlets?

7 Answers   Infosys,


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

0 Answers  


why are extending GenericServlet and why are extending HttpServlet explain?

7 Answers  


what are the different services provided by the web server?

2 Answers  


What is cgi and what are its drawbacks?

0 Answers  


Categories