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 business logic?
What are the components and containers in java?
Why class is used in java?
What spring is in related to j2ee?
What is actionform?
What type of code is java?
Is java still slow?
whay java does not support bass by reference
What is Document Object Model?
What are the main components of multi-tier architecture?
What is java 2 platform, standard edition (j2se)?
What is instance in java?
What is container-managed persistence?
In DAO we are writting sql queries , how it is possible with creating and closing database connections.
What are the advanced technologies in java?