Answer Posted / chandrarekha
The Java Virtual Machine(JVM) consists of class
loaders,execution engine and the JIT compiler. The
execution engine has the java interpreter which does line
by line conversion of the java class file or the byte code
into machine code...
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is a cup of java?
What do you understand by private, protected and public?
What is ctrl m character?
Why are data types important?
How does indexof work?
Can we override constructor in java?
What is passing parameters in java?
How many characters is 16 bytes?
State some situations where exceptions may arise in java?
What is an array in java?
What do you understand by classes in java?
What is oop in java?
Why hashcode is used in java?
What do you mean by platform independence of Java?
What is formatted output?