Answer Posted / praveen
JVM --- JVM converts byte code into machine(processor)
understandable language.
----We import some classes in java program.
----JVM execute those class methods in java library and
place the result into the program.
JRE = JVM + java library
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What about main thread in java?
How do you write methodology?
Is this valid in java ? Can we instantiate interface in java?
Difference between character constant and string constant in java ?
What is super?
What is finalize()?
What is lazy programming?
Why hashmap is used in java?
Which variables are stored in stack?
How can you handle java exceptions?
What is arraylist e in java?
Why are there no global variables in java?
How many bits is a 64 bit byte?
Explain about main() method in java ?
What are the main features of java?