Cognizant Interview Question

What is JRE and JDK?

Interview Answer

Anonymous

Aug 25, 2016

Java Runtime Environment. It is basically the Java Virtual Machine where your Java programs run on. It also includes browser plugins for Applet execution. Java Development Kit is the full featured Software Development Kit for Java, including JRE, and the compilers and tools (like JavaDoc, and Java Debugger) to create and compile programs.