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工具的使用是很难深...  

评分

整体上说,这并不是大部头,并没有必要从头一章章的啃到尾,如果慢慢啃的话,就有点得不偿失了,获得的知识弥补不了所消耗的时间。 虽然书很厚,但是可看的其实并不多,后面的索引和书中的API列举也占了不少篇幅,当我读到80%不到的时候,发现就已经完了。 如该书的副标题所示...  

评分

整体上说,这并不是大部头,并没有必要从头一章章的啃到尾,如果慢慢啃的话,就有点得不偿失了,获得的知识弥补不了所消耗的时间。 虽然书很厚,但是可看的其实并不多,后面的索引和书中的API列举也占了不少篇幅,当我读到80%不到的时候,发现就已经完了。 如该书的副标题所示...  

评分

整体上说,这并不是大部头,并没有必要从头一章章的啃到尾,如果慢慢啃的话,就有点得不偿失了,获得的知识弥补不了所消耗的时间。 虽然书很厚,但是可看的其实并不多,后面的索引和书中的API列举也占了不少篇幅,当我读到80%不到的时候,发现就已经完了。 如该书的副标题所示...  

评分

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

用户评价

评分

2当参考书

评分

2当参考书

评分

2当参考书

评分

2当参考书

评分

2当参考书

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

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