Understanding Jvm / Jre / Jdk in Java
JVM(Java Virtual Machine)
Jvm stands for Java Virtual Machine.It is the heart of the Java ecosystem. Through this only, Java programs are called WORA(Write Once Run Anywhere) programs which made Java so popular across the globe for writing code.
A v...
javaexpert.hashnode.dev4 min read