https://github.com/asrieldreemurrgm/java_wrappers_task
Simple Java project demonstrating the use of wrapper classes and type casting.
https://github.com/asrieldreemurrgm/java_wrappers_task
java spring-tool-suite4 type-casting wrapper-class wrappers
Last synced: 12 days ago
JSON representation
Simple Java project demonstrating the use of wrapper classes and type casting.
- Host: GitHub
- URL: https://github.com/asrieldreemurrgm/java_wrappers_task
- Owner: AsrielDreemurrGM
- Created: 2025-05-10T05:36:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T05:32:26.000Z (about 1 year ago)
- Last Synced: 2025-10-24T13:29:38.115Z (9 months ago)
- Topics: java, spring-tool-suite4, type-casting, wrapper-class, wrappers
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java_Wrappers_Task
About
Simple Java project demonstrating the use of wrapper classes and type casting.
Commits
May 10, 2025
-
Created Wrapper and Casting Example - Implemented an example using Java wrapper classes and type casting; -
Created New Project For The Task - Initialized project and added.gitignore.
Initial Commit
-
Initial commit - Base project structure added.