Difference between JRE and JVM?
Answer Posted / 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 |
Post New Answer View All Answers
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Is jvm a overhead?
What are the benefits of detached objects?
What if the static modifier is removed from the signature of the main method?
To what value is a variable of the string type automatically initialized?
What is the difference between java class and bean?
How would you create a button with rounded edges?
Are there books about seam?
What are transaction attributes?
How to determine SGA site?
Should synchronization primitives be used on bean methods?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Is the session factory thread safe?
Explain the advantages and disadvantages of detached objects.
What’s jboss cache in short?