Explanation on Java Architecture & its Components
Introduction to Java Architecture
Compilation and interpretation are the two stages in Java. The Java Compiler that convert Java code into byte codes. The Java Virtual Machine (JVM) transforms byte codes into executable code that is directly executed...
git-bikram.hashnode.dev5 min read