Welcome to my Java Learning Repository! This repository contains notes and resources as I learn Java, from basic concepts to more advanced topics. Below is the structure of the repository and a table of contents to easily navigate through the materials.
| Topic Number | Topic Title | File Name | Description |
|---|---|---|---|
| 01 | Introduction | 01. What is Java |
Introduction to Java and its significance. |
02. History Of Java |
A brief history of Java and its evolution. | ||
03. Java Code Execution |
Understanding how Java code is executed. | ||
04. JDK JRE JVM |
Explanation of JDK, JRE, and JVM components. | ||
05. JVM in Detail |
A deep dive into the Java Virtual Machine (JVM). | ||
06. First Code |
Writing and running your first Java program. | ||
| 02 | Data Types and Variables | 01. Variable and Data Type |
Deep dive in variables and data types |
02. How to use variables |
-
Clone the repository:
git clone https://github.com/Akshay-Gengaje/Core-Java.git