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
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Tell me how many ways are there to initialise an integer with a constant.
Can we have any code between try and catch blocks?
Can we declare a class as static?
What is replaceall in java?
What is javac used for?
How to store image in arraylist in java?
What is console based application in java?
Explain java coding standards for methods?
Can we access the non-final local variable, inside the local inner class?
What is a function in programming?
What is lastindexof in java?
Is math class static in java?
what is session in java?
What is %02d?