what is jvm? how can it is useful in java?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ashok ramchandnai
JVM is used to run java byte code. JVM is the one that takes java byte code and converts into machine specific instructions.
User compiles a java program and creates .class file that is nothing but the byte code and can be run on any of the machine that contains a jvm.
JVM takes this byte code and execute the programme.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / elancheliyan rajendran
jvm is Java Virtual Machine.when you compile the java
program the jvm is creates byte code.Then we can run any
other platform.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is java is a high level language?
What is asant?
What is bean factory, have you used xmlbean factory?
to update a batch in a table in jdbc which method of statement object is used
Which package is imported by default in java?
What is mean by j2ee?
What is main method in java?
Explain about J2EE Application Architecture
What is a plugin in java?
There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?
7 Answers HCL, Itx Centrics, Virtusa,
What is java ee used for?
i want test pattern of zylog company and some examples also