Posts

Showing posts from September, 2020

Java Interview Question & Answers

Java Interview Question & Answers What is the difference between  JDK and JRE? JDK stands for Java Development Kit. It contains the tools and  libraries for development of Java programs. It also contains  compilers and debuggers needed to compile Java program,  JRE stands for Java Runtime Environment. This is included in JDK.  JRE provides libraries and JVM that is required to run a Java  program.