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

Which class represents the socket that both the client and server use to communicate with each other?

1083


Which method returns the length of a string?

1091


Explain the scope or life time of class variables or static variables?

1038


Write a program to check string is palindrome without using loop?

1087


Differentiate jar and war files?

1085


Explain about transient variables in java?

1147


What does it mean that strings are immutable?

1182


What is array length in java?

1010


Why is java not 100% pure oops?

1231


Can I declare a class as private?

1124


What is method overloading with type promotion?

1335


What are basic data types?

1164


Explain about sets?

1082


What are the 6 functions?

1019


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

1098