Difference between JRE and JVM?
Answers were Sorted based on User's Feedback
Answer / rashmee
JRE(Java Runtime Environment)- It is Combination of JVM+Java packages+runtime libraries.
It is responsible for execution of java files
JVM(Java Virtual machine)-It is a part of JRE.It Converts byte code into machine code.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / prakash
JVM is a concept, a hypothetical machine that process
bytecode and JRE (Java Runtime Environment) is its actual
implementation.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the purpose of the wait(), notify(), and notifyall() methods?
Which container method is used to cause a container to be laid out and redisplayed?
which type of objects reference will be given to client?
What must a class do to implement an interface?
difference between Abstract and Interface?
Why threads will block on I/O?
Why use POJO when I can use hashmap
What are the ways to define classes that can be run as threads?
Explain how will the struts know which action class to call when you submit a form?
Which are the different segments of memory?
Brief description about local interfaces?
What are the different class loaders used by jvm?