Java Programming
Java Programming
Java
Programming
Agenda
Fun Fact: Today, Java rationally runs
on more than 1 billion as the Android
operating system of Google uses
Java APIs.
The Java codes are first compiled into byte code (machine-
independent code). Then the byte code runs on Java Virtual
Machine (JVM) regardless of the underlying architecture.
Java syntax is similar to C/C++. But Java does not provide low-
level programming functionalities like pointers. Also, Java codes
are always written in the form of classes and objects.
Why use Java
World! }
}
Let's see what is the meaning of class, public, static, void, main, String[],
System.out.println().