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...

Difference between Application and Applet ?

Answer Posted / janet

1. Application must be run on local machine where as applet
needs no explicit installation on local machine.
2.Application must be run explicitly within java compatible
virtual machine where as applet loads and runs itself
automatically in a java enabled browser.
3. application starts execution with it's main method where
as applet starts execution with it's init method
4.application can run with or without graphical user
interface where as applet must run within graphical user
interface.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define an enumeration?

1095


Is 0 an even number?

1028


How do generics work?

997


What is gc()?

1136


If you are given the name of the function at run time how will you invoke the function?

1188


What is the order of arraylist in java?

1180


what is abstract class in Java?

1172


What is nested loop? What is dangling else condition in it?

1135


Can one thread block the other thread?

1070


Can a constructor be private and how are this() and super() method used with constructor?

1048


What is the functionability stubs and skeletons?

1205


Explain about varargs in java?

1183


What is finalize method?

1198


What is the abstraction?

1063


Can a method inside a interface be declared as final?

1045