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
What is a heavyweight component?
Differentiate between overriding and overloading cases?
How do you add spaces in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is difference between calling start() and run() method of thread?
Which sorting is used in arrays sort in java?
What is Java Annotations?
Explain about the performance aspects of core java?
Can we call thread start () twice?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is run time allocation?
What is meant by null and void?
How the interruptible method gets implemented?
How do you change an int to a string?
What is the order of arraylist in java?