Difference between Application and Applet ?

Answer Posted / swetcha

In simple terms, an applet runs under the control of a
browser, whereas an application runs stand-alone, with the
support of a virtual machine. As such, an applet is
subjected to more stringent security restrictions in terms
of file and network access, whereas an application can have
free reign over these resources.

Applets are great for creating dynamic and interactive web
applications, but the true power of Java lies in writing
full blown applications. With the limitation of disk and
network access, it would be difficult to write commercial
applications (though through the user of server based file
systems, not impossible). However, a Java application has
full network and local file system access, and its
potential is limited only by the creativity of its
developers.

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is identifier in java?

542


Why do we use bufferedreader?

520


How can we access some class in another class in java?

533


How can you say java is object oriented?

579


What is the purpose of the return statement?

500






Is Java a dying language?

560


Can a final method be overloaded?

497


What is the difference between serializable and externalizable interface?

556


Differences between traditional programming language and object oriented programming language?

560


What is the difference between a break statement and a continue statement?

584


What is mean by encoding?

613


What is the java idl system?

570


Explain throw keyword in java?

598


What is method overloading in JAVA? Why is it not present in C ?

580


What is collection class in java?

529