Answer Posted / Kumar Sonu
Yes, you typically need both JDK (Java Development Kit) and JRE (Java Runtime Environment) to run Java programs. The JDK contains the tools for compiling, debugging, and building applications in Java, while the JRE provides the runtime environment necessary to execute these applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What if I write static public void instead of public static void?
How does java handle integer overflows and underflows?
What is the resourcebundle class?
What do you understand by casting in java language? What are the types of casting?
what is reflection api? How are they implemented?
Are jvm’s platform independent?
Can we extract main method from another class?
What is the java api?
What is the locale class?
What is the first argument of the string array in main method?