Java 2 Primer Plus (Paperback)

Steven Haines, Stephen Potts

  • 出版商: SAMS
  • 出版日期: 2003-01-09
  • 售價: $1,960
  • 貴賓價: 9.5$1,862
  • 語言: 英文
  • 頁數: 840
  • 裝訂: Paperback
  • ISBN: 0672324156
  • ISBN-13: 9780672324154
  • 相關分類: Java 程式語言
  • 已絕版

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

商品描述

 

Java Primer Plus guides the reader through the Java programming language from the basic concepts (basic syntax, variable, literals, operators, loops, conditional statements, etc.) through advanced topics (RMI, JDBC, Network socket programming, etc.). It provides a deep explanation of Java programming concepts and technologies using classroom tested and proven techniques. What makes this book unique is that it spends the last part showing the reader how to integrate Java technologies into everyday Web related practices and with other technologies.

  • The dual purpose of the book is:
  • 1. To provide a complete introduction to the Java programming language that balances theory with practicality: it will allow readers to (1) become Java certified programmers and (2) become productive in their Java development.
  • 2. To give concrete experience with integrating Java programming technologies.

Table of Contents

Introduction

I. INTRODUCTION.

1. Introduction to Java.
2. Keywords, Data Types and Variables.
3. Operators.
4. Flow Control.
5. Methods.

II. OBJECT-ORIENTED PROGRAMMING.

6. Classes.
7. Inheritance.
8. Interfaces
9. Exception Handling.
10. Java Classes.
11. Collection Classes.
12. Input and Output.

III. GRAPHICAL USER INTERFACES.

13. Abstract Window Toolkit.
14. Event Delegation Model.
15. JavaBeans.
16. Swing.
17. Advanced Swing.

IV. ADVANCED TOPICS.

18.Threads.
19. Java Database Connectivity (JDBC) API.
20. Network Programming.

V. WEB TECHNOLOGIES.

21. Servlets.
22. Java Server Pages (JSP).
23. Component-based JSP Pages.
24. Custom Tag Libraries.
25. XML.
26. Web Architecture.
Appendices.
Appendix A. Using JBuilder.
Appendix B. Sun One Studio 4 (Forte) Community Edition.
Appendix C. Answers.