Java programming

Associate
Joined
25 Sep 2009
Posts
297
Location
Durham uk
Hello all,


Just wanting to know if any program exsists to teach java? I have seen a few books online but no specific program. Any help on this or just a point in the right direction would be awesome.

Many thanks:D
 
Not that I'm aware of. Good old book reading and plenty of practice writing small programs is the best way I found to learn how to program in java.
 
My uni teaches us mainly with small programs growing in complexity every week. And large (fun) projects in groups like programming a robot or making a bank system.

Plenty of small simple apps works best in my experience, it's how I went from being a total noob weeks behind the curriculum to ''ahh so it works like this''. There was a math lesson where the only help we could use was our own written java apps, of course this was quite simple to program but that was an easy way to get comfy with it.
 
There's no single tool that I'm aware of. However there are IDEs that have been built with new programmers in mind. BlueJ is an ideal candidate. If you get "Objects First with Java" then you should have a very nice head-start.
 
Back
Top Bottom