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
what is the volatile modifier for? : Java thread
How do you compare two strings lexicographically?
How many ways can we create singleton class?
What are kinds of processors?
Is string a data type in java?
What data type is a string?
What is use of a abstract variable?
What is the type of lambda expression?
How does the java compiler work?
In a container there are 5 components. I want to display all the component names, how will you do that?
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).
What is return null in java?
How can you generate random numbers in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is the difference between a static and a non-static inner class in java programming?