I need a starting point... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need a starting point...

I almost finished the Java course, and I understood most of the questions and examples, but I still have no idea what to do with it. Is there something like a collection of easy java problems? like "Write a program that does...!" or "Solve that problem using (some important coding strategy) You guys get my point? I would be glad for some help! thanks a lot :)

17th Feb 2017, 3:31 AM
jonas314159
4 Answers
+ 11
I don't know Java, but I'll try and provide advice. Take what you learn and test it. Take it to its limits (like when I discovered a loop, I made it spam forever), and/or try and do something new with it. You'll learn new things by playing around. And yes, try coding some projects. Pick something you're interested in, that you know you could do, but that you also don't understand 100%. That way you'll want to do it, will know where to start, but have challenges that will encourage you to learn and overcome them. If you need basic projects, my go-to is always generators. Make a super hero generator with stats or a cheesey action movie name generator, anything, skies the limit! You could try to make a calculator too, or a simple text game. Wish you luck!
17th Feb 2017, 4:44 AM
Ahri Fox
Ahri Fox - avatar
+ 2
go for the gui component called the swing package the graphix package and networking and be sure to cover the threading module
17th Feb 2017, 5:24 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 1
google java exercises. try to make a tic tac toe game; moderately chLlenging for a beginner
17th Feb 2017, 6:30 AM
Michael W
Michael W - avatar
0
@Michael W: thanks a lot! :) I found an app that exactly fits my needs. just solved the first to exercises :D
17th Feb 2017, 9:21 AM
jonas314159