Answer Posted / chandrarekha
The major difference is that an application is a standalone
concept and can use the local system resources whereas an
applet is used over a network or it can be embedded in a
java enabled web browser or html page and it cannot have
the access to local system resources....
| Is This Answer Correct ? | 163 Yes | 28 No |
Post New Answer View All Answers
describe synchronization in respect to multithreading? : Java thread
What is class variable java?
What is the difference between synchronized and synchronized block?
What is a bufferedreader?
What is the similarity between dynamic binding and linking?
Mention a package that is used for linked list class in java.
What is an exception in java?
How to declare objects of a class ?
What are the types of exceptions?
How transient variable is different from volatile variable?
When does an object becomes eligible for garbage collection in java?
What is set and get methods in java?
Can we extend singleton class in java?
How to sort an array in java without using sort method?
What is a key in java?