Pergunta de entrevista da empresa Cognizant

What is JRE and JDK?

Resposta da entrevista

Sigiloso

25 de ago. de 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.