Java Programming: A Comprehensive Introduction (Paperback)
暫譯: Java 程式設計:全面介紹 (平裝本)

Dale John Skrien Herbert Schildt

  • 出版商: McGraw-Hill Education
  • 售價: $1,127
  • 語言: 英文
  • 頁數: 1148
  • 裝訂: Paperback
  • ISBN: 0071310371
  • ISBN-13: 9780071310376
  • 相關分類: Java 程式語言
  • 下單後立即進貨 (約5~7天)

相關主題

商品描述

Java Programming: A Comprehensive Introduction is designed for an introductory programming course using Java. This text takes a logical approach to the presentation of core topics, moving step-by-step from the basics to more advanced material, with objects being introduced at the appropriate time. The book is divided into three parts:
• Part One covers the elements of the Java language and the fundamentals of programming. An introduction to object-oriented design is also included.
• Part Two introduces GUI (Graphical User Interface) programming using Swing.
• Part Three explores key aspects of Java's API (Application Programming Interface) library, including the Collections Framework and the concurrency API.

Herb Schildt has written many successful programming books in Java, C++, C, and C#. His books have sold more than three million copies. Dale Skrien is a professor at Colby College with degrees from the University of Illinois-Champaign, the University of Washington, and St. Olaf College. He's also authored two books and is very active in SIGCSE.

商品描述(中文翻譯)

《Java 程式設計:全面介紹》是為使用 Java 的入門程式設計課程而設計的。本書採取邏輯性的方法來呈現核心主題,逐步從基礎知識進入更高級的內容,並在適當的時候引入物件。該書分為三個部分:
• 第一部分涵蓋 Java 語言的基本元素和程式設計的基本原則。還包括對物件導向設計的介紹。
• 第二部分介紹使用 Swing 的 GUI(圖形使用者介面)程式設計。
• 第三部分探討 Java 的 API(應用程式介面)庫的關鍵方面,包括集合框架和併發 API。

Herb Schildt 已經撰寫了許多成功的程式設計書籍,涵蓋 Java、C++、C 和 C#。他的書籍銷售超過三百萬本。Dale Skrien 是科爾比學院的教授,擁有伊利諾伊大學香檳分校、華盛頓大學和聖奧拉夫學院的學位。他也撰寫了兩本書,並在 SIGCSE 中非常活躍。

目錄大綱

PART ONE: The Java Language
 1. Java Programming Fundamentals
 2. Introducing Data Types and Operators
 3. Program Control Statements
 4. Introducing Classes, Objects, and Methods
 5. More Data Types and Operators
 6. A Closer Look at Methods and Classes
 7. Inheritance
 8. Interfaces
 9. Packages
 10. Exception Packages
 11. Using I/O
 12. Multithreaded Programming
 13. Enumerations, Autoboxing, and Annotations
 14. Generics
 15. Applets and the Remaining Java Keywords
 16. Introduction to Object-Oriented Design

PART TWO: Introducing GUI Programming with Swing
 17. Swing Fundamentals
 18. Exploring Swing Controls
 19. Working with Menus
 20. Dialogs
 21. Threading, Applets, and Painting
PART THREE: Exploring the Java API Library
 22. String Handling
 23. Exploring java.lang
 24. Exploring java.util
 25. Using the Data Structures in the Collections Framework
 26. Networking with java.net
 27. The Concurrency Utilities

Appendix A: Using Java's Documentation Comments
 Appendix B: An Introduction to Regular Expressions
 Appendix C: Answers to Selcted Exercises

目錄大綱(中文翻譯)

PART ONE: The Java Language

 1. Java Programming Fundamentals

 2. Introducing Data Types and Operators

 3. Program Control Statements

 4. Introducing Classes, Objects, and Methods

 5. More Data Types and Operators

 6. A Closer Look at Methods and Classes

 7. Inheritance

 8. Interfaces

 9. Packages

 10. Exception Packages

 11. Using I/O

 12. Multithreaded Programming

 13. Enumerations, Autoboxing, and Annotations

 14. Generics

 15. Applets and the Remaining Java Keywords

 16. Introduction to Object-Oriented Design

PART TWO: Introducing GUI Programming with Swing

 17. Swing Fundamentals

 18. Exploring Swing Controls

 19. Working with Menus

 20. Dialogs

 21. Threading, Applets, and Painting

PART THREE: Exploring the Java API Library

 22. String Handling

 23. Exploring java.lang

 24. Exploring java.util

 25. Using the Data Structures in the Collections Framework

 26. Networking with java.net

 27. The Concurrency Utilities

Appendix A: Using Java's Documentation Comments

 Appendix B: An Introduction to Regular Expressions

 Appendix C: Answers to Selcted Exercises