An open API service indexing awesome lists of open source software.

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: 5 months ago
JSON representation

My learning journey of the Java programming language. IDE used is Android Studio.

Awesome Lists containing this project

README

          

# 31.-Java-Learning-and-Practice ![My Skills](https://go-skill-icons.vercel.app/api/icons?i=java)![My Skills](https://go-skill-icons.vercel.app/api/icons?i=androidstudio)
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):*
![Screenshot 2025-04-15 021544](https://github.com/user-attachments/assets/4244f1a9-8f41-4ec3-ae73-5512a2bf43ff)

Source(s):
- My school lecturer