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 trialAditya Sheode
1,291 PointsHow to practice?
I have just done the java basics and java objects course. I intend to move forward, but I want to practice can anyone suggest good practice tips like projects etc. also how do i code outside of workspaces?
1 Answer
Matthew Farrell
7,215 PointsSimon pointed out some great IDEs for you to use. Right now, the best practice is to modify what you have already scripted to see the differences. Sometimes making your own personal comments in the code that is already written will help you to visually memorize what each little line of code accomplishes. Lastly, continue onward with your lessons and repetition will make things stick in your mind.
Simon Coates
28,694 PointsSimon Coates
28,694 PointsFor standalone programs, you can run java on your local machine. You will probably need to install the JDK and an IDE (eclipse, netbeans etc), assuming bluej (it's a simplistic IDE they use in college courses) is too basic for your purposes. (things get a bit more complicated when you want to use java as a web backend, but for practice the above should be sufficient.)