Java2认证考试学习指南(英文原版) 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线

Java2认证考试学习指南(英文原版)电子书下载地址
内容简介:
For a while it didn't seem to be moving at all, and I wondered if it ever would. Then it moved forward a few steps. wobbly but at least making 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
Literals
boolean Literals
char Literals
IntegraI Literals
Floating--Point Literals
String Literals
Arrays
Class Fundamentals
The mairt() Method
Variables and Initialization
Argument Passing
Garbage Collection
Chapter Summary
Test Yourself
Chapter 2 Operators and Assignments
Evaluation Order
The Unary Operators
The Increment and Decrement Operators: ++ and --
The Unary Plus and Minus Operators: + and -
The Bitwise Inversiori Operator: ~
The Boolean Complement Operator: !
The Cast Operator: (type)
The Arithmetic Operators
The Multiplication and Division Operators: * and /
The Modulo Operator: %
The Addition and Subtraction Operators: + and --
Arithmetic Error Conditions,
The Shift Operators: >, and >>>
Fundamentals of Shifting
Shifting Negative Numbers,
Reduction of the Right Operand
Arithmetic Promotion of Operands
The Comparison Operators
Ordinal Comparisons with , and >=
The thetanceof Operator
The Equality Comparison Operators: == and !=
The Bitwise Operators: &, ^, and l
Boolean Operations
The Short-Circuit Logical Operators
The Conditional Operator: ?:
The Assignment Operators
An Assgument Has Value
Chapter Summary
The Unary Operators
The Arithmetic Operators
The Shift Operators
The Bitwise Operators
The Assignment Operators
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 Literal 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 Constructs
The while() Loop
The do Loop
The for() Loop
The break and conttnue Statements in Loops
The Selection Statements
The if()/else Construct
The switch() Construct
Exceptions
Flow of Control in Exception Conditions
Throwing Exceptions
Chapter Summary
Loop Constructs
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 Relationships
Overioading and Overriding
Overloading Method Names
Method Overriding
Constructors and Subclassing
Overloading Constructors
Inner Classes
The Enclosing this Reference and Construction of Inrier Classes
Member Classes
Classes Defined Inside Methods
Chapter Summary
Object-Oriented Design and Implementation
Overloading and Overriding
Constructors 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 Implementations
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 Collections API
Collection Types
Collection Implementations in the API
Collections and Code Maintenance
Summary of Collections
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 Options
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
Communications Protocol
The Client/Request Structure
Limitations of the Model
Remote Method Invocation (RMI)
A Model RMI Transaction
Implementing RMI
Limitations 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 Regions 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, JButtons, 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 Conventions
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 Questions
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 analysis?
How elaborate should an exception class structure get?
How many ways can you set up "listener" relationships?
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 Questions
Appendix B Programmer's Finai Exam
Appeudix C Using the Test Program
The Real Test
The Supporting Instructions
The Tester
Running the Tester
Imposing a Time Limit
Answering the guestions
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 ever would. Then it moved forward a few steps. wobbly but at least making progress. Then it was definitely on the move, and th
网站评分
书籍多样性:5分
书籍信息完全性:6分
网站更新速度:3分
使用便利性:9分
书籍清晰度:7分
书籍格式兼容性:8分
是否包含广告:4分
加载速度:9分
安全性:5分
稳定性:5分
搜索功能:4分
下载便捷性:4分
下载点评
- 不亏(110+)
- 好评多(456+)
- 章节完整(283+)
- 排版满分(516+)
- 盗版少(312+)
- 无广告(459+)
- 无水印(492+)
- 图书多(489+)
下载评价
- 网友 养***秋:
我是新来的考古学家
- 网友 利***巧:
差评。这个是收费的
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 仰***兰:
喜欢!很棒!!超级推荐!
- 网友 冯***丽:
卡的不行啊
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 孙***美:
加油!支持一下!不错,好用。大家可以去试一下哦
- 网友 寇***音:
好,真的挺使用的!
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 堵***洁:
好用,支持
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 扈***洁:
还不错啊,挺好
- 网友 益***琴:
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 谭***然:
如果不要钱就好了
- 网友 宫***凡:
一般般,只能说收费的比免费的强不少。
喜欢"Java2认证考试学习指南(英文原版)"的人也看了
正版轻松英语名作欣赏第2级上2级适合初二初三初中高年级附光盘初中英语读物书籍双语版初中英语课外阅读书籍英汉双语读物外研社正版 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
一国两制:维护国家统一和领土完整的重要制度 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
心理拓展游戏270例 梦山书系 正版 福建教育出版社 心理教师培训用书 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
【预订】Count to Sleep Minnesota 9781602192058 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
巴士到站了绘本0-3岁睡前故事0-3岁儿童绘本3-6岁经典绘本故事书7-10岁一二年级课外阅读非注音版硬壳绘本信谊世界精选绘本3岁4岁宝宝适合的书5岁6岁儿童 书 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
二年上册试卷数学+语文人教版黄冈期末冲刺100分一课一练小学思维课堂同步训练测试卷2上册拼音单元模拟考试练习 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
房屋建筑损坏检测与维修实用技术 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
2020 剑桥少儿英语预备级教材 AR版含光盘 可单独出售AR卡 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
Web前端开发与应用教程 张波,邵彧,师晓利 机械工业出版社【正版保证】 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
科学简史 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 纪念歌剧《白毛女》首演七十周年文集 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 5G网络深度覆盖技术实战进阶 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 汉文学史小讲 王志 著 殷亚平 编 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 注册公用设备工程师(暖通空调)专业考试应试宝典(上、下册) 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 法语阅读进阶韩梅四川大学出版社有限责任公司外语9787569051964 茂盛文轩 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 迪士尼冰雪奇缘立体书3D超炫珍藏礼盒绘本故事书女孩幼儿园老师推荐0-1-2-3-6-8岁营造剧场式阅读感受激发兴趣原版经典立体设计正版 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 普通植物病理学实验指导 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 破碎的心 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 城市园林绿地规划(第4版高等院校园林与风景园林专业规划教材) 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
- 中公版·2019公务员考试核心考点手册:公共基础知识考点集萃 下载 pdf 百度网盘 epub 免费 2025 电子版 mobi 在线
书籍真实打分
故事情节:5分
人物塑造:6分
主题深度:6分
文字风格:7分
语言运用:4分
文笔流畅:6分
思想传递:4分
知识深度:9分
知识广度:7分
实用性:4分
章节划分:3分
结构布局:3分
新颖与独特:6分
情感共鸣:9分
引人入胜:7分
现实相关:8分
沉浸感:4分
事实准确性:9分
文化贡献:4分