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
Difference between string s= new string (); and string s = "abv";?
Is 0 a prime number?
Can we overload the constructors?
How do you compare objects in java?
What is nextline method in java?
What is the significance of listiterator?
What is the difference between synchronized and synchronized block?
Is string pool garbage collected?
Difference between final and effectively final ?
Describe what a thread-local variable is in java?
What is locale?
What is meant by method overriding?
What is int argc char * argv?
What is the method overriding?
What is broken and continue statement?