Introduction to Java
Why JAVA Needed?
HOW JAVA WORKS
Feature of java
•Platform Independent: One code works on any device
with JVM.
•Easy to Learn: The syntax is similar to English.
•Object-Oriented: We build programs as real-world objects
(like cars, dogs, banks).
•Used Everywhere: Android apps, enterprise systems,
games, cloud apps.
First Java Program