https://github.com/windjammer6/31.-java-learning-and-practice
My learning journey of the Java programming language. IDE used is Android Studio.
https://github.com/windjammer6/31.-java-learning-and-practice
android-studio java
Last synced: 2 months ago
JSON representation
My learning journey of the Java programming language. IDE used is Android Studio.
- Host: GitHub
- URL: https://github.com/windjammer6/31.-java-learning-and-practice
- Owner: WindJammer6
- Created: 2025-04-14T14:56:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T20:20:38.000Z (about 1 year ago)
- Last Synced: 2025-04-19T11:48:26.719Z (about 1 year ago)
- Topics: android-studio, java
- Language: Java
- Homepage:
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 31.-Java-Learning-and-Practice 
Some simple school problem sets that I practiced with that helped me learn Java. Covers all the programming fundamentals from variables, datatypes, loops, access modifiers (e.g. private, public, etc.), non-access modifiers (e.g. static, final, abstract, synchronized), statements, classes (OOP), inheritance (OOP), abstract classes (OOP), interfaces (OOP), exceptions and programming principles.
Each problem set is stored in a folder, with a word document in each folder that stores the questions that the codes are answering. All of the code in the problem sets satisfy my school's autograder's test cases.
Integrated Development Environment (IDE) used to run these codes is [Android Studio](https://developer.android.com/studio) (not [VS Code](https://code.visualstudio.com/) anymore!)
*Random Useful notes (for self):*

Source(s):
- My school lecturer