Question :What is the difference between an Applet and an Application? (Applets)
Answer :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().
www.interviewhelper.org is a hope for all the Job seekers. Users can find unlimited here. These range from technical to HR, from functional to behavioral. www.interviewhelper.org contains in the fields like Ajax,VB,Networking,Sharepoint,JEE,Perl,Javascript,Bioinformatics,Classic ASP,Unix,Linux,Accounting,Oracle DBA,Microprocessor,Bluetooth,jms,jme,.net framework,ABAP,ASP,ASP.net,Basic .net Framework,Interview Questions,C language,C++,database,Oracle,Java,PHP,LAMP,SAP etc.
Tuesday, March 10, 2009
What is the difference between an Applet and an Application (Applets)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment