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 j2ee api?
What do you mean by the deployment descriptor?
Explain connector architecture.
Which java ide is best?
What is instance in java?
What is repaint in java?
What is deployment descriptor?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
Define authorization constraint?
What are the main components of the j2ee application?
What is a component in java?
What is java developer?
What are the j2ee technologies?
What is jta and jts?
Is java is fully object oriented?