Presentation Title: Introduction to Java Programming
Slide 1: Title Slide
Title: Introduction to Java Programming
Subtitle: Write Once, Run Anywhere
Your Name / Institution
Slide 2: What is Java?
High-level, object-oriented programming language
Developed by Sun Microsystems (1995), now owned by Oracle
Platform independent: "Write Once, Run Anywhere"
Widely used for applications, web, mobile, and enterprise systems
Slide 3: Key Features of Java
Object-Oriented
Simple and Secure
Platform Independent
Robust and Reliable
Multithreaded
High Performance (with JVM optimizations)
Slide 4: Java Architecture
Java Development Kit (JDK)
Java Virtual Machine (JVM)
Java Runtime Environment (JRE)
Compilation process: .java → .class → JVM execution
(Visual diagram of Java architecture recommended here)