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 is the difference between public, private, protected, and friend access?
Why is multiple inheritance not supported in java?
Can we sort hashmap in java?
What is function overriding and overloading in java?
What are the supported platforms by java programming language?
What does substring mean?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
What is assembly used for?
Can string be considered as a keyword?
What is the purpose of a parameter?
What is difference between module and function?
Can inner class final?
Mention a package that is used for linked list class in java.
Is null a string?
what is the difference between thread and runnable types? : Java thread