Good Books/Tutorials on Java?
Moderator: Coders of Rage
Good Books/Tutorials on Java?
I've been having an itch to learn Java for a while... So for those of you who know it, have any book/tutorial recomendations?
Re: Good Books/Tutorials on Java?
Introduction to Java by Y. Daniel Liang is an excellent book im my opinion. It contains a lot of the import and interesting things about Java as well as all the basics.
http://cs.armstrong.edu/liang/intro5e/intro5etoc.html
http://cs.armstrong.edu/liang/intro5e/intro5etoc.html
Re: Good Books/Tutorials on Java?
Here's some video tutorials on Java:
http://www.youtube.com/view_play_list?p ... C7F4A1F852 - this one is actually a bunch of hour long lecture on Programming Methodology (a CS class at Stanford!). Really good teacher and great vids in general but if you can already program it's probably too slow moving for you (although you might still benefit from the methodology side of it).
http://www.youtube.com/view_play_list?p ... 9D83EE3E28 - Some great Java tutorials for beginners by thenewboston who also has a load of other tutorials. I'd recommend this one myself.
Hope these help you!
http://www.youtube.com/view_play_list?p ... C7F4A1F852 - this one is actually a bunch of hour long lecture on Programming Methodology (a CS class at Stanford!). Really good teacher and great vids in general but if you can already program it's probably too slow moving for you (although you might still benefit from the methodology side of it).
http://www.youtube.com/view_play_list?p ... 9D83EE3E28 - Some great Java tutorials for beginners by thenewboston who also has a load of other tutorials. I'd recommend this one myself.
Hope these help you!
They pull out the truncheon, that's when the trouble starts.
'Cause when you've got a badge, the laws don't apply.
'Cause when you've got a badge, the laws don't apply.
Re: Good Books/Tutorials on Java?
Thanks Guys, I'll be sure to check those out =p