Answer Posted / Manish Srivastava
No, when you have a Java Development Kit (JDK) installed on your system, it includes the Java Runtime Environment (JRE). The JDK contains all components required for developing and compiling Java applications, as well as the JRE, which is necessary to run those applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does java handle integer overflows and underflows?
what is reflection api? How are they implemented?
What is the java api?
What is the first argument of the string array in main method?
What if I write static public void instead of public static void?
What is the locale class?
Are jvm’s platform independent?
What do you understand by casting in java language? What are the types of casting?
Can we extract main method from another class?
What is the resourcebundle class?