Reddit Reddit reviews Starting Out With Java: From Control Structures Through Objects

We found 3 Reddit comments about Starting Out With Java: From Control Structures Through Objects. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Object-Oriented Design
Starting Out With Java: From Control Structures Through Objects
Used Book in Good Condition
Check price on Amazon

3 Reddit comments about Starting Out With Java: From Control Structures Through Objects:

u/sonicsnare · 2 pointsr/learnprogramming

It's best to pick one language and one book. You'll find that, once you know one language, other ones are quite similar and simply require different keywords to do the same thing. I learned Java in a college course under the frame of this book: http://www.amazon.com/Starting-Out-Java-Control-Structures/dp/0136080200 (consider buying the third edition for around $10 + shipping if you want to be thrifty)

u/5till0fthenight · 1 pointr/rutgers

I had that prof as well. I dropped the class after the first exam. Class was a total mess. They did not even have an assigned textbook for us to read and just threw at us a bunch of random programming assignments as if we had experience with it already.

Buy this book:

https://www.amazon.com/Starting-Out-Java-Control-Structures/dp/0136080200/ref=sr_1_6?ie=UTF8&qid=1473413032&sr=8-6&keywords=Starting+Out+with+Java%3A+From+Control+Structures+through+Objects

That book should help you learn the syntax and fundamental programming concepts. Just read that thing and try to apply it to your coursework because the prof and lectures are completely useless.

Learning the Java syntax is half the battle...the hard part is actually writing the program and getting it to work the correct way. There are many ways to write it.

u/[deleted] · 1 pointr/cscareerquestions

Did you use a textbook for this class? If so, the book probably goes much further than just printing to the terminal. If you are looking for a book, I would recommend this book. This is the text that was used for my first few programming classes, and I learned a good amount from it.