Welcome to Lecture 4.a – Run First Java Program on Windows 💻 In this step-by-step lecture, we’ll write, compile, and run our first Java program using the Command Prompt (CMD) on a Windows system. Perfect for beginners who have just completed the JDK setup and are ready to see their first Java code in action! 🚀 Java Example – Run Your First Program on Windows 💻 class HalkuSadan { public static void main(String[] args) { System.out.print("Welcome to Halku Sadan"); } } Commands to Compile and Run: javac HalkuSadan.java // Compile the program java HalkuSadan // Run the program #JavaInHindi #JavaCourse #RunJavaProgram #CodeToCareer #LearnJava #JavaForBeginners #ProgrammingInHindi