Answer Posted / manasa
JVM is a java virtual machine.... which is a compiler and
it converts bytecode to its original form which is given by
us......
JRE is a software where it supports to execute our
programs....
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Is it possible to override private or static method in java?
How we can make copy of a java object?
What are 5 boolean operators?
Can we write method inside a method in java?
What is the difference between a factory and abstract factory pattern?
When super keyword is used?
Are arrays passed by reference in java?
What is the importance of main method in Java?
What all access modifiers are allowed for top class ?
What is jit compiler ?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Which is better stringbuilder or stringbuffer?
What are different types of states exist for a thread?
How does hashmap work in java ?
Explain about interthread communication and how it takes place in java?