Java Learning Journey: Concepts and First Program

🚀 Day 1 of My Java Learning Journey: Getting Started with Java I’ve started learning Java today, and here are 5 important concepts I learned 👇 🔹 1. What is Java? Java is a powerful, object-oriented programming language used to build web applications, mobile apps, desktop software, and enterprise systems. 🔹 2. Platform Independent Java follows Write Once, Run Anywhere (WORA). Once compiled, Java code can run on any system that has a JVM installed. 🔹 3. JDK, JRE, and JVM JDK (Java Development Kit): Used to write and compile Java programs. JRE (Java Runtime Environment): Used to run Java programs. JVM (Java Virtual Machine): Converts bytecode into machine code and executes it. 🔹 4. Object-Oriented Language Java is based on OOP concepts like Class, Object, Inheritance, Polymorphism, Encapsulation, and Abstraction, making code reusable and structured. 🔹 5. First Java Program public class Main { public static void main(String[] args) { System.out.println("Hello, Java!"); } } 💡 My Takeaway: Java feels like the perfect language to build a strong programming foundation while also preparing for real-world jobs. 📌 This is just the beginning—next I’ll be learning about Variables and Data Types! 👉 Follow my journey as I learn Java step by step 🚀 #Java #Programming #Coding #SoftwareDevelopment #BackendDevelopment #LearningInPublic #100DaysOfCode

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories