Java 2 by Example, 2/e (Paperback)

Jeff Friesen

  • 出版商: QUE
  • 出版日期: 2001-12-14
  • 定價: $1,735
  • 售價: 6.0$1,041
  • 語言: 英文
  • 頁數: 848
  • 裝訂: Paperback
  • ISBN: 0789725932
  • ISBN-13: 9780789725936
  • 相關分類: Java 程式語言
  • 立即出貨(限量) (庫存=2)

買這商品的人也買了...

商品描述

Java 2 by Example, Second Edition gives novice programmers in-depth coverage of both object-oriented programming and Java fundamentals. It starts with an overview of Java, including a survey of development tools beginners should use. The book explains the basics of the Java language, including operators, expressions, statements and more; and Object-Oriented Programming with classes and objects, inheritance, and dynamic methods. The author includes a chapter applying the concepts of OOP to object-oriented analysis and design methods. Later chapters demonstrate organizing data in collections and utilizing Java's built-in mathematical functions. Along the way, readers learn from hundreds of examples explaining every concept. Plus, each chapter ends with a series of review questions to ensure that readers are caught up - with answers provided in an appendix.

Table of Contents

Introduction.

I. EXPLORING THE LANGUAGE.

1. Introducing Java.
2. From Unicode to Types.
3. From Literals to Expressions.
4. Statements.
5. Classes and Objects.
6. Inheritance.
7. Polymorphism.
8. Initializers and Nested Classes.
9. Exceptions and Exception Handlers.
10. Threads.
11. Packages.

 

II. EXPLORING APIs.

12. From Characters to String Tokenizers.
13. From Fundamental Data Structures to Collections.
14. Mathematics.
15. Files and Streams.

III. APPENDIXES.


Appendix A. Answers to Quizzes.
Appendix B. Reserved Words.
Appendix C. Operator Precedence.
Appendix D. Additional Resources.

商品描述(中文翻譯)

《Java 2 by Example, Second Edition》深入介紹了物件導向編程和Java基礎知識,適合初學者。書籍首先概述了Java,包括初學者應該使用的開發工具。書中解釋了Java語言的基礎知識,包括運算符、表達式、語句等;以及類和物件、繼承和動態方法等物件導向編程的基礎知識。作者還包括了一章將物件導向編程的概念應用於物件導向分析和設計方法。後面的章節演示了如何在集合中組織數據並利用Java內置的數學函數。在學習過程中,讀者可以從數百個例子中學習每個概念。此外,每章結束時都有一系列的復習問題,以確保讀者能夠掌握知識,答案則在附錄中提供。

目錄:
導論
I. 探索語言
1. 介紹Java
2. 從Unicode到類型
3. 從文字到表達式
4. 語句
5. 類和物件
6. 繼承
7. 多態性
8. 初始化和嵌套類
9. 異常和異常處理程序
10. 線程
11. 包

II. 探索API
12. 從字符到字符串分析器
13. 從基本數據結構到集合
14. 數學
15. 文件和流

III. 附錄
附錄A. 測驗答案
附錄B. 保留字
附錄C. 運算符優先級
附錄D. 附加資源