JDK ve JRE nedir?

JRE , JDK kullanılarak yaratılan Java kodunu, JVM ‘de çalıştırmak üzere gereken kitaplıklarla birleştirir ve daha sonra, ortaya çıkan programı yürüten JVM ‘nin bir eşgörünümünü oluşturur. JVM ‘ler birden çok işletim sistemi için kullanılabilir ve JRE ile yaratılan programlar tüm sistemlerde çalışır.

Read more

How does a JDK work?

Since the JDK supplies the compiler for your Java programs, the JDK you use determines what Java version you are able to code in . For example, if you want to use the newer functional programming features found in Java 8 (like the arrow Lambda operator), then you need at least the Java 8 JDK for compiling.

Read more