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
Define orm and its working in j2ee?
Define connection pooling?
What are the technologies a java developer must know?
how to run servlet program between two computer through internet ?
What is initialization parameter?
Why java is not 100% object oriented language?
What is use of final keyword in java?
Describe the ear, war, and jar.
What is java application server?
Which framework is best for java?
Which edition of java is used for developing web application?
What is the use of jit compiler in java?
How does event listener work in java?
Is java gui dead?
I’m new to WebLogic Does anyone knows how to Deploy Application using