This repo contains my journey in learning Java.
All the notes in my repo is credited to CodeWithHarry. My own notes are in the folder named as: My-Notes.
The Official Documentation for Java can be found here. If you want a more friendly documentations, it can be found here.
- Open command prompt
- Navigate to the file where your code (.java) file is located
- Run:
javac <file_name>
- Then run:
java <fille_name>
- Side note, if you're on Visual Studio Code and are following this tutorial, press F5 to run; it will save you countless hours of problems....
I will try my best to give credit where needed, if I forget to give any credit please open an issue or DM me on Discord: mr.raza.
Thanks for choosing my repo!