Forgot your password?
typodupeerror

Comment Objects First with Java... (Score 1) 246

I know people have differing opinions on Java but I used the book 'Objects First with Java: A Practical Introduction Using BlueJ' when I began programming, it starts with the basics and is very easy to follow. BlueJ is also an excellent IDE for teaching/learning programming, although not useful for any real software projects and you are likely to want to move on to a proper IDE such as Eclipse or Neatbeans. Java is the only language I have learnt from a book, all other languages I have learnt from following documentation, googling problems, and posting on StackOverflow.

Slashdot Top Deals

Computers can figure out all kinds of problems, except the things in the world that just don't add up.

Working...