Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 723 Bytes

File metadata and controls

34 lines (23 loc) · 723 Bytes

First Java Program

A simple Java console application that marks the beginning of learning Java by printing introductory messages.

Features

  • First-ever Java program
  • Uses basic Java syntax
  • Demonstrates single-line and multi-line comments
  • Prints messages using System.out.print()

Usage

  1. Clone or download the Java file
  2. Open it in an IDE like IntelliJ IDEA or VS Code
  3. Run the program to see console output

Output

This is my first JAVA program
It is really cool
Learning Java Day 1

Screenshot

Demo GIF

License

MIT © CodingNORVIN