Skip to content

Learning Java's flow control, classes and objects, garbage collection, "this" reference, inheritance, interfaces, exceptions, virtual machines, and applications such as Java GUI programming

Notifications You must be signed in to change notification settings

ckexun/Java_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Programming

Update time: 2025-01-28


Environment

Java JVM

Requirements

Download the Java SDK for your operating system: Java SDK Link

Add the Java SDK to the environment variables

java -version

Directory Structure

Java_programming/
├── Calculator/               
│   └── Calculator.java           # Main program for the calculator application
├── draw/                         
│   └── draw.java                 # Main program for the drawing application
├── Notepad/                      
│   └── Notepad.java              # Main program for the notepad application
├── final_project/                
│   ├── attachment/               # Directory for additional resources
│   │   ├── image/                
│   │   └── music/                
│   └── code/                     
│       ├── CatHitMouse.java      # Main game logic for Cat Hit Mouse game
│       ├── GameStart.java        
│       ├── JP.java               # Entry point of the application
│       └── PikachuGame.java      # Main game logic for Pikachu game
└── .gitignore                

About

Learning Java's flow control, classes and objects, garbage collection, "this" reference, inheritance, interfaces, exceptions, virtual machines, and applications such as Java GUI programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages