Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

I'm getting too confused when learning Java ! what should I DO ?

I've started to learn Java a few days ago and I know it seems obvious that you don't pick a programming language just like this in a few days , especially Java with it's verbosity style so I wanted to ask if there are any programmers/coders who experience the same lack of motivation to continue when something is unclear to them

David Moody
David Moody
19,302 Points

If you think of your mind like a wall, and the information you receive from the videos like things you are throwing against the wall, the best thing to do is throw as much against the wall as you can to see what sticks. Eventually enough information will stick so that you can begin to clearly formulate questions and google those questions. Bit by bit, more things will stick until you understand it all.

Ultimately, all languages are arbitrary. To communicate in those languages, we have to learn the rules. Computer languages are even more arbitrary. The more you throw against the wall, the more patterns will emerge that will make Java make more sense.

At the end of the day, anything worth doing takes hard work. If it were easy, it wouldn't be worth doing.