Java2认证考试学习指南(英文原版) mobi 下载 网盘 caj lrf pdf txt 阿里云

Java2认证考试学习指南(英文原版)电子书下载地址
内容简介:
For a while it didn't seem to be moving at all, and I wondered if it eve***ould. Then it moved forward a few steps. wobbly but at least *** progress. Then it was definitely on the move, and th
书籍目录:
Introduction
Part I The Programmer's Exam
Chapter 1 Language Fundamentals
Source Files
Keywords and Identifiers
Primitive Data bees
Li***ls
boolean Li***ls
char Li***ls
IntegraI Li***ls
Floating--Point Li***ls
String Li***ls
Arrays
Class Fundamentals
The mairt() Method
Variables and Initialization
Argument Passing
Garbage Collection
Chapter Summary
Test Yourself
Chapter 2 ***s and Assignments
Evaluation Order
The Unary ***s
The Increment and Decrement ***s: ++ and --
The Unary Plus and Minus ***s: + and -
The Bitwise Inversiori ***: ~
The Boolean Complement ***: !
The Cast ***: (type)
The Arithmetic ***s
The Multiplication and Division ***s: * and /
The Modulo ***: %
The Addition and Subtraction ***s: + and --
Arithmetic Error Conditi***,
The Shift ***s: >, and >>>
Fundamentals of Shifting
Shifting Negative Numbers,
Reduction of the Right Operand
Arithmetic Promotion of Operands
The Comparison ***s
Ordinal Comparis*** with , and >=
The thetanceof ***
The Equality Comparison ***s: == and !=
The Bitwise ***s: &, ^, and l
Boolean Operati***
The Short-Circuit Logical ***s
The Conditional ***: ?:
The Assignment ***s
An Assgument Has Value
Chapter Summary
The Unary ***s
The Arithmetic ***s
The Shift ***s
The Bitwise ***s
The Assignment ***s
Test Yourself
Chapter 3 Modmers
Modifier Ovefview
The Access Modifiers
public
Prtvate
Default
protected
Subclasses and Method Privacy
Summary of Access Modes
Other Modifiers
final
abstract
static
Static Initializers
native
transient
synchronised
volatile
Modifiers and Features
Chapter Summary
Test Yourself
Chapter 4 Converting aud Casting
ExPlicit and Implicit toe Changes
Primltives and Conversion
Primitive Conversion: Assignment
Assignment Conversion, Little Primitives, and Li***l Values
Primitive Conversion: Method Call
Primitive Conversion: Arithmetic Promotion
Primitives and Casting
Object Reference Conversion
Object Reference Assignment Conversion
Object Method--Call Conversion
Object Reference Casting
Chapter Summary
Test Yourself
Chapter 5 Flow Coutrol and Exceptious
The Loop C***tructs
The while() Loop
The do Loop
The for() Loop
The break and conttnue Statements in Loops
The Selection Statements
The if()/else C***truct
The switch() C***truct
Excepti***
Flow of Control in Exception Conditi***
Throwing Excepti***
Chapter Summary
Loop C***tructs
Selection Statements
Flow in Exception Handling
Exception Throwing
Test Yourself
Chapter 6 Objects and Classes
Benefits of Object--Oriented Implementation
Abstract Data Types
Reuse
Implementing Object--Oriented Relati***hips
Overioading and Overriding
Overloading Method Names
Method Overriding
C***tructors and Subclassing
Overloading C***tructors
Inner Classes
The Enclosing this Reference and C***truction of Inrier Classes
Member Classes
Classes Defined Inside Methods
Chapter Summary
Object-Oriented Design and Implementation
Overloading and Overriding
C***tructors and Subclassing
lnner Classes
Test Yourself
Cbapter 7 Threads
Thread Fundamentals
What a Thread Executes
When Executlon Ends
Thread States
Thread Priorities
Controlling Threads
Yielding
Suspending
Sleeping
Blocking
Monitor States
Scheduling Implementati***
Monitors, wait(), and notify()
The Object Lock and Synchronization
wait() and natify()
The Class Lock
Beyond the Pure Model
Deadlock
Strange Ways to Srochronize
Chapter Summary
Test Yourself
Chapter 8 The jasa.lang and java.util Packnges
The Object Class
The Math Class
The Wrapper Classes
Strings
The String Class
The StrtingBuffer Class
String Concatenation the Easy Way
The Collecti*** API
Collection Types
Collection Implementati*** in the API
Collecti*** and Code Maintenance
Summary of Collecti***
Chapter Summary
Test Yourself
Chapter 9 Layout Managers
Why Java Uses Layout Managers
How Layout Managers Solve the Problem
Layout Manager Theory
Contalners and Components
Component Size and Position
Layout Policies
The Flow Layout Manager
The Grid Layout Manager
The Border Layout Manager
The Card Layout Manager
The GridBag Layout Manager
Controlling the Cell Size fOr a Component
GridBag's Shorthand
Other Layout Opti***
Improving Your Chances
Chapter Summary
Test Yourself
Chapter 1O Events
Mothation for the Event Delegation Model
The Event Class Hierarchy
Semantic Events
Event Listeners
ExPlicit Event Enabling
Adapters
Action Commands
Chapter Summary
Test Yourself
Cbapter 11 Components
Components in General
getSise()
setForegrourtd() and setBackground()
setFont()
seocnabled()
setSize() and setBounds()
setVisible()
The Visual Components
Button
Canvas
Checkbox
Choice
FileDialog
tobel
List
ScrouPane
Scrollbar
TextFiesd and TextArea
The Container Components
Applet
Frame
Panel
Dialog
The Menu Components
Chapter Summary
Test Yourself
Chapter 12 Painting
The Paint() Method and the Graphics Context
Selecting a Color
Selecting a Font
Drawing and Filling
Clipping
Painting a Contained Component
The GUI Thread and the rePaint() Method
Spontaneous Painting
The repatnt() Method
Images
Double Buffering Using Images
Chapter Summary
Test Yourself
Chapter 13 Iuput and Output
File Input and Output
Text Representation and UTF
The File Class
The RandowtccessFile Class
Streams, Readers, and Writers
Low-Level Streams
High-Level Filter Streams
Readers and Writers
Encodings
Object Streams and Serialization
Sockets
Chapter Summary
Test Yourself
part II The Developer's Exam
Chapter 14 Taking the Developer's Exam
Are You Ready for the Exam?
Formalities of the Exam
Downloading the Assignment
Taking the Follow-up Exam
What the Assignment Covers
How the Assignment and Exam Are Graded
JDK l.2 Specifics
Cbapter 15 Assignmeut: Room Reservation System
Structure of the Assignment
Business Scenario
Project Specifics
Code and APIs Provided
Functional Goals
Write a User Interface
Enable Network Access (Client--Server)
Add Features to an Existing Database
Other Requirements
Adhere to Supplied Naming
Stress Readability
Usejavadoc-Style Comments
Chapter 16 Enhancing and Extending tbe Database
Two--Tier Databases
Designing a Basic Scheme
Using Interfaces
Using Abstract Classes
Issues in Implementation
Exception Handling
Desmp Impediments
Thread Safety
Supporting New Features
Chapter Summary
Chapter 17 wntiug the Network Protocol
Client--Server from Scratch
Server Operation
Connecting Clients to the Server
Communicati*** Protocol
The Client/Request Structure
Limitati*** of the Model
Remote Method Invocation (RMI)
A Model RMI Transaction
Implementing RMI
Limitati*** of RMI
More on Threads
Sharing Threads
ChaPter Summary
Cbapter 18 Designing the User 1nterface
Defining the GUI's Requirements
Identifying Needed Components
Sketching the GUI
Isolating Regi*** of Behavior
Choosing Layout Managers
Using Swing
Tables
Lists
Using Layout Managers
CardLayout
GridBagLayout
Event Handling and Style
Event Handling and Threads
Chapter Summary
Chapter 19 A Second Example: A Trouble-Ticket System
More on Exam Requirements
Assmpment: Build a Trouble-Ticket System
GUI Development
Database/Server Development
Client--Server Logic
Delivering the Finished Assignment
Chapter 2O GUI Prototyping
Events and Properties
Building a JTable
Using AbstractTableModel ,
Building a JTree
Mnas, ***utt***, and Actioris
Panes
JSplitPane
JOptionPane
Final Thoughts on Code Style '
Cbapter 21 Bullding the Database Server
Database Requirements
Implementing RMI
Exporting with UnicastRemoteObject
EXporting an Acttvatable Object
Record Locking
Chapter Summary
Cbapter 22 Connecting Client and Server
Notification Basics
Using JavaBean Conventi***
Event Adapters
Remote Notification
Using Distributed Notification
Chapter Summary
Chapter 23 Preparlng the Upload
Submission Requirements
Usingjavadoc
File Structure
writing the README file
Using the jar Tool
Chapter Summary
Cbapter 24 Thinking About the Follow-Up Exam
Preparation Questi***
What are the choices for data structures?
Is implementing Runnable better than extending Thread?
Isn't comparlng obect serialization to RMI an apples-to-oranges ***ysis?
How elaborate should an exception class structure get?
How many ways can you set up "listener" relati***hips?
Which one is best?
How do I know which layout manager to use?
Which design patterns are most useful in this
kind of project? "
When does it make sense to use protected and default scope?
Doesn't an abstract class let the developer specify more
behavior than an interface?
Chapter Summary "
Part III Appendices
Appendix A Answers to Test Yourself Questi***
Appendix B Programmer's Finai Exam
Appeudix C Using the Test Program
The Real Test
The Supporting Instructi***
The Tester
Running the Tester
Imposing a Time Limit
Answering the guesti***
Appendix D The Certification Iuitiative for Enterprise Development
The Structure of the Initiative
The Second--Level Exams
The Common Exam at Level II
The Vendor-Specific Exams at Level II
Other Vendor Exams at Level II
The Third--Level Exams
The Common Exam at Level IIl
The Vendor-Specific Exams at Level lII
Other Vendor Exams at Level III
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
For a while it didn't seem to be moving at all, and I wondered if it eve***ould. Then it moved forward a few steps. wobbly but at least *** progress. Then it was definitely on the move, and th
网站评分
书籍多样性:9分
书籍信息完全性:3分
网站更新速度:8分
使用便利性:8分
书籍清晰度:3分
书籍格式兼容性:5分
是否包含广告:7分
加载速度:9分
安全性:9分
稳定性:7分
搜索功能:8分
下载便捷性:4分
下载点评
- 下载速度快(451+)
- 赞(490+)
- 差评少(338+)
- 速度慢(667+)
- 值得下载(375+)
- 内涵好书(311+)
- 品质不错(341+)
- 体验满分(179+)
- 值得购买(147+)
下载评价
- 网友 习***蓉:
品相完美
- 网友 步***青:
。。。。。好
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 康***溪:
强烈推荐!!!
- 网友 敖***菡:
是个好网站,很便捷
- 网友 后***之:
强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!
- 网友 扈***洁:
还不错啊,挺好
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 国***芳:
五星好评
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 孔***旋:
很好。顶一个希望越来越好,一直支持。
- 网友 冯***卉:
听说内置一千多万的书籍,不知道真假的
喜欢"Java2认证考试学习指南(英文原版)"的人也看了
2011年北京市会计从业资格考试标准命题预测试卷及解析财经法规与会计职业道德 mobi 下载 网盘 caj lrf pdf txt 阿里云
子部珍本备要第129种:王元极增批地理冰海 原本地理冰海 合刊 mobi 下载 网盘 caj lrf pdf txt 阿里云
骆驼祥子 七年级下册推荐阅读 中小学生课外阅读指导丛书 无障碍阅读 彩插励志版 mobi 下载 网盘 caj lrf pdf txt 阿里云
复杂性 mobi 下载 网盘 caj lrf pdf txt 阿里云
手作衣橱 娃衣高级礼服设计与制作 mobi 下载 网盘 caj lrf pdf txt 阿里云
枯草芽孢杆菌细胞工厂创制及应用/食品科学前沿研究丛书 mobi 下载 网盘 caj lrf pdf txt 阿里云
登山技巧全攻略 mobi 下载 网盘 caj lrf pdf txt 阿里云
小学数学这样教 一二年级大教育书系 零起点学生怎样走入个性化表达的作业世界 从一学年的记录里 看孩子和教师成长的密码 mobi 下载 网盘 caj lrf pdf txt 阿里云
文字追凶 :运用司法语言学破案 约翰 奥尔森著 mobi 下载 网盘 caj lrf pdf txt 阿里云
9787548415565 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 五年中考三年模拟八年级上册地理中图版北京专版2024新版五三53八年级上册地理 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 经典重读系列·《广艺舟双楫》辨析 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 当代会计评论(第7卷第2期) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 高级财务会计 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 饭店康乐服务与管理 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 证券发行与承销 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 雍正家具十三年—雍正朝家具与香事档案辑录 周默 编著 故宫出版社【正版保证】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 室内全案设计资料集 室内软装设计1000例 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 黛安娜·弗里兰自传 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 200种派对聚会创意简餐 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:4分
人物塑造:6分
主题深度:7分
文字风格:9分
语言运用:6分
文笔流畅:6分
思想传递:7分
知识深度:6分
知识广度:9分
实用性:6分
章节划分:5分
结构布局:8分
新颖与独特:9分
情感共鸣:5分
引人入胜:7分
现实相关:5分
沉浸感:4分
事实准确性:7分
文化贡献:9分