Answer Posted / msandeepk
jvm stands for Java Virtual Machine. It is the program
which runs java programs. We can define heap size of jvm.
In java garbage collection is taken care by jvm. Hence user
need not concentrate on garbage collection. The default
algorithm jvm uses is mark and sweep algorithm. We can even
change the algorithm.
jvm is considered very useful because jvm can be hardware
and o/s dependent. But the compiled class file is
independent to be run on any platform. All this is possible
because of JVM's capability and features.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is data?
What is meant by j2ee?
What are the topics in j2ee?
What is front end technology in java?
Are java primitives objects?
What do you understand by actionform?
whay java does not support bass by reference
What is server in j2ee?
What is the container?
Is string a primitive data type in java?
What are the java backend technologies?
What does web module contain?
What are the main components of multi-tier architecture?
What is layout manager in java?
What is the difference between session bean and entity bean ?