• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Please help me choose a book.

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have working knowledge of all mainstream languages, but want to speciliaze in JAVA.
I did take a JAVA course a while back but need to brush up my skills.
I am thinking of doing SCJP in the next 4-6 mths and need a good to get started on JAVA.
I am finding it really hard to pick between these two books. Please provide your openions.
FIRST ONE:
Just Java 2
by van der Linden, Peter
Link to Amazon
SECOND ONE:
Murach's Beginning Java 2
by Andrea Steelman.
Link to Amazon

If you have any other openions and suggestions, please let me know.
Thanks in advance to everyone.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I own Just Java 2. I think Core Java 2 Volume 1 has a more direct approach for someone who has had some hands-on with Java.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why not go straight to the roots:
'The Java Programming Language Third Edition'
by Ken Arnold, James Gosling, David Holmes.
Addison Wesley ISBN 0201704331
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree with Jos, if you don't need a how-to-program book. I have been reading it myself for SCJP 1.4 preparation. Skip some of the I/O stuff and read elsewhere about Assertions.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you also want to refresh your OOP skills, I would recommend "Thinking in Java" by Bruce Eckels.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
think in java~~!!
the most valuable to read
---
Robbies
-----------------------------
1.java IDE tool : JawaBeginer
2.Java Jar tool : JavaJar
http://www.pivotonic.com
 
Ranch Hand
Posts: 2545
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For passing exam purpose, I think you should get an exam preparetion book. As you go, you can learn new things. Otherwise, learning java is different process than passing scjp.
 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the Murach's Beginning Java 2 book, and while I think it's admirable that a former software developer for the USAF would write a book on programming, personally I hate the book.
If you believe in the "you learn with your muscles" theory, then go ahead and copy the source from the Murach's book, then let them explain to you why things are working the way they are. It just got very stagnant that way, for me.
Therefore, I recommend a book like Deitel & Deitel's "Java How to Program Fourth Edition" book. Sure, it's a huge book, but I find their approach to having you read from a text book and occasionally provide examples of what they are talking about, THEN having you solve problems at the end of the chapter, the best approach to learning Java.
I just don't buy the "copy and paste" game. It's better to write your own source from solutions you created out of reading problems.
 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thinking in Java rocks. Go here to check it out:
http://www.mindview.net/Books/TIJ/
Some good reference books are also:
Java in a Nutshell
Java Foundation Classes in a Nutshell
Java Enterprise in a Nutshell
Java Examples in a Nutshell
Have fun :roll:
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't forget to check out The JavaRanch Bunkhouse for reviews of books by fellow Ranchers.
[ January 29, 2003: Message edited by: Dirk Schreckmann ]
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
core java2 volumes 1 and 2
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic