Architecture of Java
Hi Everyone, Today we are going to talk about the architecture of Java. Java has two processes, compilation, and interpretation. The Java Compiler converts the code present in Java into byte codes. The Java Virtual Machine (JVM) converts the byte cod...



