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
Does java arraylist maintain insertion order?
What is character in data type?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is meant by class loader? How many types are there? When will we use them?
What is type conversion in java?
What is the default size of arraylist in java?
What is exception in java?
Where are local variables stored?
What is the difference between @before and @beforeclass annotation?
How can constructor chaining be done by using the super keyword?
What is a singleton factory?
State some situations where exceptions may arise in java?
Explain different ways of creating a thread?
What is the difference between a checked and an unchecked exception?
Explain 5 features introduced in jdk 1.7?