Java for the Beginer - Need Your Advice

Victoria Seo

Junior Member
Joined
Feb 1, 2011
Messages
173
Reaction score
54
Hello, fellow BHW memebr, I want to study Java and wonder what is better to start from. I'd be grateful for your advice: what books or videos are the best to at least quickly study the basics
 
Book : Read Java - Complete Reference

Videos : Bucky is your man -

Code:
http://www.youtube.com/playlist?list=PL484D73FA74A11AC9

use Netbeans IDE to compile , run programs.

my 2 cents :P
 
I actually like the "Teach yourself X language in 21 days" series

Don't know how they do in Java, but I used them for C++ in an introductory uni course, and it was a very fine,cheap,bang for your bucks replacement in lieu of a real textbook and they start from zero...
 
Thank you, everybody who answered - I'll start studiing the boooks, and one more question - what best to use to copile? waht software I need to install to start working woth Java and what would you recommend?
 
Book : Read Java - Complete Reference

Videos : Bucky is your man -

Code:
xxx.youtube.c0m/playlist?list=PL484D73FA74A11AC9

use Netbeans IDE to compile , run programs.

my 2 cents :P

BUCKY is definetly your man! Video tutorials with an entertaining instructor is the way to go if your gonna learn something like Java
 
My vote is also for Head First Java.

You can download Eclipse IDE for coding in java. Its a good tool to have for programming.
 
Hello,

In my view the easiest way to learn any programming language is from examples and tutorials.
 
I read few headfirst and actually i don't like them much. Too much images. I would recommend you watch lynda.com course on java. Only 5 or 6 hours but cover the basic of java. You can get it free too.
 
HeadsFirst Java Second Edition the best book out there! and then take headfirst design patterns you won't regret it!
 
Back
Top