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
Explain the j2ee tiers.
What are the advantages in the use of spring for application development?
What is layout in java?
What is j2ee product?
What are struts?
What is application client module?
What is a j2ee container?
What is the difference between session bean and entity bean ?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
What is difference between j2ee and java?
What does java awt stand for?
What id url?
Which server is best for java?
What is java ee technologies?
What is isv?