Skip to content

JinLeeGG/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Java Class Notes

Comprehensive notes and code examples from the Java programming course in Korea IT Academy.

Repository Structure

java-class-notes/
├── day01-Java-Introduction/
│   ├── korNotes.md
│   ├── README.md
│   └── code-examples/
├── day02-Variables-DataTypes/
│   ├── korNotes.md
│   ├── README.md
│   └── CodeExample/
└── ...

Content Organization

Each daily folder contains:

  • Korean notes (korNotes.md) - Class notes in Korean
  • English notes (README.md) - Translated and expanded notes
  • Code examples (code-examples/) - Practical implementations from class

Course Topics

Fundamentals

  • Day 01: Java Introduction & History (2025/06/23)
  • Day 02: Java Data Types, Variables, Casting (2025/06/24)
  • Day 03: Java Input, Operator (2025/06/25)
  • Day 04: Java Control Statements (2025/06/26)

Setup

  1. Prerequisites

    • JDK 8 or higher
    • IDE (IntelliJ IDEA, Eclipse, or VS Code)
  2. Running Code Examples

    cd dayXX-topic/code-examples/
    javac *.java
    java ClassName

Usage

  • Browse topics by day folders
  • Choose Korean or English notes based on preference
  • Practice with provided code examples

License

Apache2.0 License

About

My learning space for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages