Would you like to see this page in English? Click here.

この商品をお持ちですか? マーケットプレイスに出品する
Thinking in Java (2nd Edition)
 
 

Thinking in Java (2nd Edition) [ペーパーバック]

Bruce Eckel
5つ星のうち 4.5  レビューをすべて見る (4件のカスタマーレビュー)

出品者からお求めいただけます。


この商品には新版があります:
Thinking in Java Thinking in Java 5つ星のうち 4.5 (4)
¥ 5,048
在庫あり。

この商品を買った人はこんな商品も買っています


商品の説明

内容説明

Thinking in Java, Second Edition is the much-anticipated revision of Bruce Eckel's best-selling Java introduction: the book that won the 1999 Software Development Magazine Productivity Award! Eckel is as brash, opinionated, knowledgeable, and fascinating as ever -- and he's updated this new edition to fully reflect the power of Java 2. As always, Eckel doesn't just show you what to do, but why. He introduces all the basics of objects as Java uses them; then walks carefully through the fundamentals of Java programming, including program flow, initialization and cleanup, implementation hiding, reusing classes and polymorphism. Using to-the-point examples, he introduces exception handling, Java I/O, run-time type identification, and passing and returning objects. The new edition adds exceptional coverage of server-side Java, including servlets and JavaServer Pages; Enterprise JavaBeans (EJB) database integration, transactions, and security; and much more. The AWT chapter has been replaced with a thorough introduction to the Swing GUI libraries, and there are new sections on Jini and JavaSpaces. All code examples are on the accompanying CD-ROM, plus electronic copies of the book in several formats, and the complete Thinking in C multimedia course, introducing key concepts all beginning programmers must master before learning Java.

Amazon.com

Perfect for migrating to Java from a fellow object-oriented language (such as C++), the second edition of Thinking in Java continues the earlier version's thoughtful approach to learning Java inside and out, while also bringing it up to speed with some of the latest in Java 2 features. This massive tutorial covers many of the nooks and crannies of the language, which is of great value in the programming world.

The most prominent feature of the book is its diligent and extremely thorough treatment of the Java language, with special attention to object design. (For instance, 10 pages of sample code show all of the available operators.) Some of the best thinking about objects is in this book, including when to use composition over inheritance. The esoteric details of Java in regard to defining classes are thoroughly laid out. (The material on interfaces, inner classes, and designing for reuse will please any expert.) Each section also has sample exercises that let you try out and expand your Java knowledge.

Besides getting the reader to "think in objects," Thinking in Java also covers other APIs in Java 2. Excellent sections include an in-depth tour of Java's collection and stream classes, and enterprise-level APIs like servlets, JSPs, EJBs, and RMI. Weighing in at over 1,000 pages, any reader who is serious about learning Java inside and out will want to take a look at this superior resource on some of the latest and most advanced thinking in object design. --Richard Dragan

Topics covered:
  • Object-design basics
  • Inheritance and polymorphism
  • Object lifetimes
  • Exception handling
  • Multithreading and persistence
  • Java on the Internet
  • Analysis and design basics
  • Java basics: keywords and flow control
  • Initializing objects
  • Garbage collection
  • Java packages
  • Designing for reuse: composition vs. inheritance
  • The final keyword
  • Interfaces and inner classes
  • Arrays and container classes

  • Java I/O classes
  • Run-time type identification
  • UI design basics with Swing
  • Deploying to JAR files
  • Network programming with sockets
  • JDBC database programming
  • Introduction to servlets
  • JavaServer Pages (JSPs)
  • RMI
  • CORBA
  • Enterprise JavaBeans (EJBs) and Jini
  • Cloning objects
  • The Java Native Interface (JNI)
  • Java programming guidelines


  • 登録情報

    • ペーパーバック: 1128ページ
    • 出版社: Pearson Education; 2版 (2000/5/31)
    • 言語 英語, 英語, 英語
    • ISBN-10: 0130273635
    • ISBN-13: 978-0130273635
    • 発売日: 2000/5/31
    • 商品の寸法: 23.1 x 17.8 x 4.8 cm
    • おすすめ度: 5つ星のうち 4.5  レビューをすべて見る (4件のカスタマーレビュー)
    • Amazon ベストセラー商品ランキング: 洋書 - 473,294位 (洋書のベストセラーを見る)
    •  カタログ情報、または画像について報告

    • 目次を見る

    この商品を見た後に買っているのは?


    類似した商品から提示されたタグ

     (詳細)
    関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
     
    (21)

     

     

    カスタマーレビュー

    4レビュー
    星5つ:
     (3)
    星4つ:    (0)
    星3つ:
     (1)
    星2つ:    (0)
    星1つ:    (0)
     
     
     
     
     
    おすすめ度
    5つ星のうち 4.5 (4件のカスタマーレビュー)
     
     
     
     
    あなたの意見や感想を教えてください:
    最も参考になったカスタマーレビュー

    2 人中、2人の方が、「このレビューが参考になった」と投票しています。
    5つ星のうち 5.0 オブジェクト指向を知りたい方に, 2006/9/16
    レビュー対象商品: Thinking in Java (ペーパーバック)
    Javaの本というよりも、オブジェクト指向の本と言った方がいいほど、徹底的にオブジェクトを追求しています。Javaの本としても他に例がないほど充実しており、サンプルコードを使って一歩一歩段階的に説明を進めています。結果的に、Javaとオブジェクト指向の両方が自然に身に付くように構成されています。

    著者のBruce Eckelは「ライター」というよりも基本的には「講演者」なので、文章に少し癖(味)があります。英語アレルギーの人は(前のEditionのようですが)日本語訳が出ているので、そちらを当たるといいかも。
    レビューを評価してください 
    このレビューは参考になりましたか? はい いいえ


    9 人中、7人の方が、「このレビューが参考になった」と投票しています。
    5つ星のうち 5.0 いい本ですね, 2006/4/26
    By 
    鈴木純一 (マサチューセッツ州ボストン) - レビューをすべて見る
    (VINEメンバー)    (トップ500レビュアー)   
    レビュー対象商品: Thinking in Java (ペーパーバック)
    Javaの入門から中級までをとてもよくカバーしている教科書.プログラミングがどういうものか知らない読者がいきなり読み進めるにはやや厳しいかもしれない.Javaの基礎の基礎を抑えた後に読んだり,CやC++を知っている読者が読むのに最適だと思う.オブジェクトとは何かという章が最初に来ていてOOPファーストで説明が続く構成.Javaの言語要素としては,Java 5の要素がほぼすべて網羅されている.1500ページに及ぶ分厚さに圧倒されるが,すべてのトピックを最初から順番に読まなくても各章をきちんと理解できるようになっている.私自身は主にGenerics,コレクション,nio (New I/O), enum,アノテーション,スレッドの章をかいつまんで読んだ.どの章も説明は至って平易で分かりやすい.
    レビューを評価してください 
    このレビューは参考になりましたか? はい いいえ


    2 人中、1人の方が、「このレビューが参考になった」と投票しています。
    5つ星のうち 5.0 基礎を終えた後の次の1冊に最適, 2002/4/26
    By 
    のぶ (ドイツ・デュッセルドルフ) - レビューをすべて見る
    レビュー対象商品: Thinking in Java (ペーパーバック)
    JAVAの入門を終えて,さてどうしようか?同じ本を読み返すのも退屈だなというときにピッタリの本です.基本的な言語要素,APIの提供する素材がなぜ必要なのか,どんなときに使えるのかを教えつつ,中級への橋渡しをしてくれます.特にインタフェースとインナークラス, スレッドの章などは秀逸です.本書で基礎固めをしっかりした上で,業務用のプログラミングに進むとよいと思います.
    レビューを評価してください 
    このレビューは参考になりましたか? はい いいえ

    あなたの意見や感想を教えてください: 自分のレビューを作成する
     
     
    最近のカスタマーレビュー


    この商品のカスタマーレビューだけを検索する



    クチコミ

    クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
    この商品のクチコミ一覧
    内容・タイトル 返答 最新の投稿
    まだクチコミはありません

    複数のお客様との意見交換を通じて、お買い物にお役立てください。
    新しいクチコミを作成する
    タイトル:
    最初の投稿:
    サインインが必要です
     

    クチコミを検索
    すべてのクチコミを検索
       


    リストマニア

    リストを作成

    関連商品を探す


    同じキーワードの商品を探す


    フィードバック