Skip to content

A beginner-friendly repo documenting my Java β˜• learning journey with examples, projects, and notes πŸ“

Notifications You must be signed in to change notification settings

vikashkrdeveloper/java-learning-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Java Learning Hub

Welcome to Java Learning Hub β€” my personal journey of learning Java. This repository contains example programs, notes, and experiments I’ve created while exploring Java step by step.


πŸ“Œ What’s Inside

  • Beginner Programs: Basic syntax, variables, data types, and operators.
  • Practical Examples: Small Java programs solving real problems.
  • Docs: Notes on Java concepts (docs/ folder).

πŸš€ Getting Started

1. Fork the Repository

Click the Fork button at the top right of this page to create your own copy under your GitHub account.

2. Clone the Repository

git clone https://github.com/vikashkrdeveloper/java-learning-hub.git
cd java-learning-hub

3. Compile and Run Java Programs

For Windows/macOS/Linux:

javac code/basics/FirstProgram.java
java code.basics.FirstProgram

Note: Make sure you have the Java JDK installed. You can check with:

java -version
javac -version

If not installed, download the latest JDK from: πŸ‘‰ Oracle JDK πŸ‘‰ OpenJDK

4. Explore and Learn

Browse the folders and files to see different Java examples and notes. Feel free to modify and experiment with the code!


πŸ“š Resources


πŸ™ Thank You

Thanks for visiting my Java Learning Hub! If you have any questions or suggestions, feel free to open an issue or reach out. Happy coding! πŸš€

About

A beginner-friendly repo documenting my Java β˜• learning journey with examples, projects, and notes πŸ“

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages