Java Programming: From Problem Analysis to Program Design

D. S. Malik, P. S. Nair

  • 出版商: Course
  • 出版日期: 2003-01-27
  • 售價: $523
  • 語言: 英文
  • 頁數: 952
  • 裝訂: Paperback
  • ISBN: 0619064978
  • ISBN-13: 9780619064976
  • 相關分類: Java 程式語言
  • 已過版

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

商品描述

Focusing on the natural advantages of the object-oriented Java programming language, this text is written exclusively with the student in mind. Featuring complete Programming Examples throughout, this text offers at least one, many times two, complete Programming Examples at the end of each chapter. Including extensive use of visual diagrams and accurate four-color code, Dr. Malik programming texts have been proven highly successful for beginning programming students. Your students will thank you!

Table of Contents

  • 1. An Overview of Computers and Programming Languages
    2. Basic Elements of Java
    3. Introduction to Objects and Input/Output
    4. Control Structures I
    5. Control Structures II
    6. Graphical User Interface (GUI) and Object-Oriented Design (OOD)
    7. User-Defined Methods
    8. User-Defined Classes and ADTs
    9. Arrays
    10. Applications of Arrays and Strings
    11. Inheritance and Composition
    12. Handling Exceptions and Events
    13. Advanced GUIs and Graphics
    14. Recursion
  • Appendices
    A: Java Reserved Words
    B: Operator Precedence
    C: Character Sets
    D: Packages and User-Defined Classes
    E: Java Classes
    F: Answers to Selected Exercises