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 Applet & Application?

Answer Posted / hemant

The differences between an applet and an application are as
follows:

1. Applets can be embedded in HTML pages and downloaded
over the Internet whereas
Applications have no special support in HTML for embedding
or downloading.

2. Applets can only be executed inside a java compatible
container, such as a browser
or appletviewer whereas Applications are executed at
command line by java.exe or jview.exe.

3. Applets execute under strict security limitations that
disallow certain operations
(sandbox model security) whereas Applications have no
inherent security restrictions.

4. Applets don’t have the main() method as in applications.
Instead they operate on an
entirely different mechanism where they are initialized by
init(),started by start(),stopped
by stop() or destroyed by destroy().

Is This Answer Correct ?    238 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we increase array size dynamically in java?

897


Define how does a try statement determine which catch clause should be used to handle an exception?

1066


What do you mean by stream pipelining in java 8?

1155


What is difference between equals and hashcode method?

1046


How can constructor chaining be done using this keyword?

1209


what is the difference between a threads start() and run() methods? : Java thread

961


How do I find and replace in word?

919


What is the difference between a method and a procedure?

998


If system.exit (0); is written at the end of the try block, will the finally block still execute?

1038


What is difference between c++ and java ?

1073


For class CFoo { }; what default methods will the compiler generate for you>?

1023


Difference between abstract and concrete class ?

1075


How many bytes is string in java?

1147


What is oops in java?

956


Where are local variables stored?

914