This is my learning library. When I have trouble with a concept or need some practice on things I haven't used in a while, I will add them here.
This is also my mad scientist lab. That, meaning the code is likely unstable and may not be runnable at times.
Categories
- Intro to Java, Printing to Screen, Variables, Datatypes, Scanner, Loops
- Classes and Objects
- Basic review of Classes as Blueprints for Objects
- Interfaces, Polymorphism demonstration
- Unit Testing basics
- File I/O, return Object Testing
- Java Exercises (A collection of coding problems I've managed to solve)
Changes:
[ 1/4/2023 ]
Finished the File I/O section, added some unit testing for it.
[ 12/15/22 ]
Added a File I/O section as well as a section of completed Java challenges that I've tried.
[ 12/14/22 ]
Added an Intro to Java section. It includes a basic overview of declaring and initializing variables, using the Scanner and Displaying output to the screen. Added a bit on Interfaces and Polymorphism. Added a simple Calculator Class to start with Unit Testing
[ 12/13/22 ]
Added a Classes and Objects section
:EOF:
This is the construct. It's our loading program. We can load anything... From clothing to equipment, weapons, training simulations; anything we need.
-- Thank you for viewing.