对于低级人员,《thinking in java》 和《java tutorial》 是不错的选择,在网上都有电子版的,如果你不习惯,thinkin in java有书出版,但是翻译的不怎么样。
对于高级人员,《java核心编程》不错还有《java大全》。

解决方案 »

  1.   

    偶以为:the Java Tutorial 最好!
    去Sun的网站下载吧。
      

  2.   

    java tutorial适用于(低,中)
    thinking in java适用于(低,中,高)
      

  3.   

    以下摘自于JBuilder5中的Help。
    介绍的书中我看过《think in java》,的确是好书。
    排列难度由浅到深。Books that tell you more about Java programming are listed below. The first half of the list is in ascending order of difficulty. The second half covers special topics such as network programming and JavaBeans. To read more about a book or to purchase it from Fatbrain.com, click on its title. Java for the World Wide Web: Visual Quickstart Guide (Peachpit Press)
    作者Dori SmithJava: First Contact (Course Technology)
    作者Roger Garside and John MarianiA Little Java, A Few Patterns (MIT Press)
    作者Mattias Felleisen and Daniel P. FriedmensBeginning Java 2 (Wrox Press)
    作者Ivor HortonLearning Java (O'Reilly)
    作者Patrick Niemeyer and Jonathan KnudsenCore Java 2, Volume 1: Fundamentals (Prentice Hall)
    作者Cay S. Horstmann and Gary CornellJust Java 2 (Prentice Hall)
    Peter van der LindenThinking in Java (Prentice Hall)
    Bruce EckelThe Java Programming Language (Addison-Wesley)
    Ken Arnold, James Gosling, and David HolmesThe Complete Java 2 Certification Study Guide (Sybex, Inc.)
    Simon Roberts, et al.Data Structures and Algorithms in Java (Waite Group Press)Mitchell Waite and Robert Lafore
      

  4.   

    java专题书Java in a Nutshell (O'Reilly)
    作者David Flanagan and Daniel P. Friedmens
    主题quick referenceJava Class Libraries Reference (Addison Wesley)
    Patrick Chan Rosanna Lee Doug Kramer
    Java classesGraphic Java 2: Mastering the JFC, Volume 2: Swing (Prentice Hall)
    David M. Geary
    SwingDeveloping JavaBeans (O'Reilly)
    Robert Englander
    JavaBeansEnterprise JavaBeans (O'Reilly)
    Richard Monson-Haefel
    network JavaBeansJava 2 Networking (McGraw Hill)
    Justin Couchnet
    work programmingThe Java Virtual Machine Specifications (Addison-Wesley)
    Tim Lindholm and Frank Yellin
    network programmingJava Programming with CORBA (John Wiley and Sons, Inc.)
    Andreas Vogel and Keith Duddy
    network programmingJDBC Database Access with Java: a Tutorial and Annotated Reference (Addison-Wesley)
    Graham Hamilton,Maydene Fisher, Rick Cattell
    JDBCInside Servlets: Server-Side Programming for the Java Platform (Addison-Wesley)
    Dustin R. Callaway
    servletsJava: Servlet Programming (O'Reilly)
    Jason Hunter and William Crawford
    servlets