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.
 
I did java for 3 years at uni, funny how i was told that the course wouldnt have much programming, ended up programming network sockets in c :(
 
I did java for 3 years at uni, funny how i was told that the course wouldnt have much programming, ended up programming network sockets in c :(

Pretty much what happened to me, however any coding we would be doing we were told would be in C, but ended up using VB instead. Goddamn I have that language :mad:
 
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