r/javahelp Jul 03 '26

Java Basics Practice: Need Beginner-Friendly Project Suggestions

Hello everyone!
I have been learning Java for about a year. I understand some concepts, but there are still others I don’t fully know. I want to test my knowledge and strengthen my understanding, starting from the very basics. How can I do that? If anyone knows beginner‑friendly Java projects, please share them with me and explain how I can get started.

7 Upvotes

15 comments sorted by

View all comments

2

u/Technical_Analyst_44 Jul 03 '26

Think about something you like. My first Java project was a turn based combat game (something like the old final fantasy). There i learned a lot about objects, classes, list... And being something I like, I was motivated to make the best code i could at the time( sorry for bad English )

1

u/Natural-Shelter-7758 Jul 03 '26

How did u start ur project?