Skip to content

Shayan-Mazahir/Java-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Learning

This repo contains my journey in learning Java.

Notes

All the notes in my repo is credited to CodeWithHarry. My own notes are in the folder named as: My-Notes.

Documentation (Docs)

The Official Documentation for Java can be found here. If you want a more friendly documentations, it can be found here.

How to run the code?

  1. Open command prompt
  2. Navigate to the file where your code (.java) file is located
  3. Run:
javac <file_name>
  1. 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....

Copyright

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!

About

Repo contains my journey in learning Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published