Question:
What is the difference between servlets and applets?
Answer:
Servlets are to servers. Applets are to browsers. Unlike applets, however, servlets have no graphical user interface. Source: CoolInterview.com
servlets are used for server side coding and resides on servers , while applets are for client side and runs on client's browsers. Source: CoolInterview.com
Answered by: satyam dwivedi | Date: 3/17/2009
| Contact satyam dwivedi
what is difference between servlets and applets Source: CoolInterview.com
Answered by: RAJAT GHOSH | Date: 7/8/2009
| Contact RAJAT GHOSH
Servlet 1)subclass of GenericServlet 2)Runs in a server 3)must be multi threaded or thread safe 4)no direct user interface
Applets 1)subclass of Applet 2)Runs in a browser 3)generally single thread per appplet 4)uses AWT for user interface Source: CoolInterview.com
Answered by: varad | Date: 11/17/2009
| Contact varad
servlets are server side components.applets are browser side components.applets are used to create static pages. but servlets are used to create dynamic pages. Source: CoolInterview.com
Answered by: k.rambabu | Date: 4/8/2010
| Contact k.rambabu
Servlets are run always inside the Server and it improves the functionality of a server. servlet don't have face.
Applets are run always on the browser but it improves the functionality of browser. Applets have Face. Source: CoolInterview.com
Answered by: venkateswara reddy gunapati | Date: 6/7/2010
| Contact venkateswara reddy gunapati
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|