Answer Posted / suresh
JDK is Java Development Kid which is contain bundle of s/w
to develop java projects.It contain JRE also it is nothing
but Java Runtime environment...which is used to execute the
program. JRE contain jvm nothing but java virutal machine
which is used to convert the byte code into executable code
or it convert the machine independent code to machine
dependent code....so we will execute java application using
jre is enough.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the access modifiers in java?
Differentiate between class and structure.
Does anyone still use java?
Write a program to reverse a number in java?
Tell me a few examples of final classes defined in Java API?
Explain JMS in detail.
What will happen if static modifier is removed from the signature of the main method?
What is the difference between stream and buffer?
Is main a function?
Write a java program to print fibonacci series?
Can we write class inside a class in java?
What are streams in java 8?
Write a program to print fibonacci series
Where will it be used?
what is instanceof operator used in java?