July 2025

Java Compilation Process

Spread the love

Contents: What is Java Source Code? Java Compiler What is Java Bytecode? JVM(Java Virtual Machine) Java compilation process involves conversion of human readable Java source code file into machine readable byte code which can be executed by JVM(Java Virtual Machine).  The above process involves:1. Writing of source code file2. Invoking compiler3. Bytecode generation4. Translation of […]

Java Compilation Process Read More »

Introduction to Java

Spread the love

Contents: What is Java? History of Java What is Java? Java is a computer programming language that we use to write instructions for computers to solve any problem. Here, instructions are commands to computer that computer follows, processes those commands and gives you result. Group of such instructions is called computer program or we can

Introduction to Java Read More »

Scroll to Top