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 support function overloading, pointers, structures, unions or linked lists?
why java does not support unsigned keyword?
What is string builder?
Can we override static methods in java?
Can a class have multiple superclasses?
Why is the type for real numbers called double?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
Will the jvm load the package twice at runtime?
What is java english?
Why heap memory is called heap?
How many types of literals are there in JAVA?
Explain about data types?
What is the purpose of an interface?
What is extension method in java?
Can java list be null?