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

Javique Ryan
PLUS
Javique Ryan
Courses Plus Student 2,405 Points

Learning Java Programming

When learning Java am I suppose to know how to write every line of code and remember every thing ? or know what to do and find a way to solve the problem? Sometimes I feel like I am pressuring myself when learning Java. I feel like I am afraid of forgetting how to do certain things is that OK to not remember?

2 Answers

Brendon Butler
Brendon Butler
4,254 Points

I wouldn't worry too much about that. There are things you should remember. But most of those are easily google-able.

I would just say to keep following the courses, maybe try making some programs on your own without tutorials just to test/train yourself. The things you need to remember are things you'll do so often that you will just remember them from practice.

Ask questions here if you need help with Treehouse specific projects or there are many other Java forums that would be willing to help out. Such as StackOverflow.

Henning Bang Halvorsen
Henning Bang Halvorsen
16,239 Points

That's the beauty of the Internet, and information sharing in general! You don't need to go around remembering every nitty, gritty detail. What you should know is the potential of the language you are currently using, and then just look at the documentation for how to implement it. As you go along, you will also start to remember how to solve problems as they usually pop up several times in different projects. So no worries, the documentation is your best friend!