Core Java(TM) 2, Volume II--Advanced Features (7th Edition)

Core Java(TM) 2, Volume II--Advanced Features (7th Edition) pdf epub mobi txt 电子书 下载 2025

出版者:Prentice Hall PTR
作者:Cay S. Horstmann
出品人:
页数:1024
译者:
出版时间:2004-12-02
价格:USD 59.99
装帧:Paperback
isbn号码:9780131118263
丛书系列:
图书标签:
  • 计算机
  • 程序设计语言
  • 技术书籍
  • 软件开发
  • 计算机科学
  • 美国
  • 编程
  • Programming
  • Java
  • Core Java
  • Advanced Java
  • Programming
  • 7th Edition
  • Object-Oriented Programming
  • Data Structures
  • Algorithms
  • Multithreading
  • Collections
  • IO
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

An indispensible companion to Core Java 2 Volume I, Seventh Edition, thisbook delivers the real-world guidance Java programmers need to solve even themost challenging programming problems. While many new editions tack onnew material, Horstmann actually rewrites all exisiting chapters and reworks allof the existing programs and examples featured in the book. The authorsindentify the problems experienced Java developers encounter most often anddelivers insightful, expert-level guidance for addressing them. The book alsoincludes all-new chapters on key features of J2SE 5.0 (formerly J2SE 1.5 or"Tiger") including generics and multi-threading. It has been three years sincethe last edition of Core Java Volume II and Java programmers have beenanxiously awaiting the arrival of the updated revision of one of their favoritebooks!

作者简介

Cay S.Horstmann是圣何塞州大学计算机科学系教授。他曾经是Preview Systems公司的副总裁和首席技术官,曾任许多大型公司、大学和组织的C++、Java与因特网编程顾问。

Gary Cornell曾经撰写或与人合著过20多本计算机畅销书。他是Brown大学的博士,在IBM的Watson实验室做过访问科学家,曾任康沓狄格大学的教授。

目录信息

Copyright
List of Code Examples
Preface
To the Reader
About This Book
Conventions
Acknowledgments
Chapter 1. Multithreading
What Are Threads?
Interrupting Threads
Thread States
Thread Properties
Synchronization
Blocking Queues
Thread-Safe Collections
Callables and Futures
Executors
Synchronizers
Threads and Swing
Chapter 2. Collections
Collection Interfaces
Concrete Collections
The Collections Framework
Algorithms
Legacy Collections
Chapter 3. Networking
Connecting to a Server
Implementing Servers
Sending E-Mail
Making URL Connections
Advanced Socket Programming
Chapter 4. Database Programming
The Design of JDBC
The Structured Query Language
JDBC Installation
Basic JDBC Programming Concepts
Query Execution
Scrollable and Updatable Result Sets
Metadata
Row Sets
Transactions
Advanced Connection Management
Introduction to LDAP
Chapter 5. Distributed Objects
The Roles of Client and Server
Remote Method Invocations
Setup for Remote Method Invocation
Parameter Passing in Remote Methods
Server Object Activation
Java IDL and CORBA
Remote Method Calls with SOAP
Chapter 6. Advanced Swing
Lists
Trees
Tables
Styled Text Components
Progress Indicators
Component Organizers
Chapter 7. Advanced AWT
The Rendering Pipeline
Shapes
Areas
Strokes
Paint
Coordinate Transformations
Clipping
Transparency and Composition
Rendering Hints
Readers and Writers for Images
Image Manipulation
Printing
The Clipboard
Drag and Drop
Chapter 8. JavaBeans Components
Why Beans?
The Bean-Writing Process
Using Beans to Build an Application
Naming Patterns for Bean Properties and Events
Bean Property Types
BeanInfo Classes
Property Editors
Customizers
JavaBeans Persistence
Chapter 9. Security
Class Loaders
Bytecode Verification
Security Managers and Permissions
Digital Signatures
Code Signing
Encryption
Chapter 10. Internationalization
Locales
Number Formats
Date and Time
Collation
Message Formatting
Text Files and Character Sets
Resource Bundles
A Complete Example
Chapter 11. Native Methods
Calling a C Function from the Java Programming Language
Numeric Parameters and Return Values
String Parameters
Accessing Fields
Encoding Signatures
Calling Java Methods
Accessing Array Elements
Handling Errors
Using the Invocation API
A Complete Example: Accessing the Windows Registry
Chapter 12. XML
Introducing XML
Parsing an XML Document
Validating XML Documents
Locating Information with XPath
Using Namespaces
Using the SAX Parser
Generating XML Documents
XSL Transformations
Chapter 13. Annotations
Addition of Metadata to Programs
An Example: Annotating Event Handlers
Annotation Syntax
Standard Annotations
The apt Tool for Source-Level Annotation Processing
Bytecode Engineering
Index
· · · · · · (收起)

读后感

评分

这两本书可以称作为jdk api使用指南,偏重于使用,而java编程思想仅仅是介绍java语言的,偏重于语言原理。java语言是j2se的一部分,jdk是j2se的实现,不会使用或者不熟悉java(jdk)是很难看得懂语言原理的,同样,不懂项目管理工具的使用、IDE的使用、DEBUG工具的使用是很难深...  

评分

这算是一本有情怀的书了,上大学时候第一本JAVA书籍(第8版),现在还躺在书架上静静地吃灰。当时可是把它视为java圣经一样存在,因为当时信息相对封闭,知识储备少,能力有限吧。突然一天无意间发现它已经出到了第11版了,本着情怀和温故知新的愿景买了第10版(因为第10版有源...  

评分

卷二虽然是高级特性,但是其中的io、文件系统、正则表达式、网络、jdbc也是日常编程中非常常用的组件,不可不看。 个人认为这套书的组织比较混乱,如果把第二本的那三章重要的部分放进第一本,第一本的图形编程放到第二版,会更好一点。  

评分

这两本书可以称作为jdk api使用指南,偏重于使用,而java编程思想仅仅是介绍java语言的,偏重于语言原理。java语言是j2se的一部分,jdk是j2se的实现,不会使用或者不熟悉java(jdk)是很难看得懂语言原理的,同样,不懂项目管理工具的使用、IDE的使用、DEBUG工具的使用是很难深...  

评分

这本书是Java语言中的经典,从刚开始的第一版到现今的第九版,这本书见证了Java语言发展的过程。五年前读过第一卷,如今读的是第九版的第二卷。 工作这几年发现Java知识体系很庞大,普通情况下没有多少项目可以把第二卷的这些高级特性都应用进去。但是在项目开发过程中会遇到许...  

用户评价

评分

2当参考书

评分

2当参考书

评分

2当参考书

评分

2当参考书

评分

2当参考书

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有