Difference between JVM and JRE?

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


Please Help Members By Posting Answers For Below Questions

what is the volatile modifier for? : Java thread

764


How do you compare two strings lexicographically?

741


How many ways can we create singleton class?

746


What are kinds of processors?

757


Is string a data type in java?

821


What data type is a string?

741


What is use of a abstract variable?

758


What is the type of lambda expression?

751


How does the java compiler work?

744


In a container there are 5 components. I want to display all the component names, how will you do that?

1889


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

2471


What is return null in java?

724


How can you generate random numbers in java?

813


do I need to use synchronized on setvalue(int)? : Java thread

775


What is the difference between a static and a non-static inner class in java programming?

750