Java2考试指南(英文原版附光盘)/专业认证考试丛书 mobi 下载 网盘 caj lrf pdf txt 阿里云

Java2考试指南(英文原版附光盘)/专业认证考试丛书电子书下载地址
- 文件名
- [epub 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 epub格式电子书
- [azw3 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 azw3格式电子书
- [pdf 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 pdf格式电子书
- [txt 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 txt格式电子书
- [mobi 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 mobi格式电子书
- [word 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 word格式电子书
- [kindle 下载] Java2考试指南(英文原版附光盘)/专业认证考试丛书 kindle格式电子书
内容简介:
这是一本代码详尽的程序开发人员用书,其*特点是使用大量“商业级”的程序代码来传授企业应用程序的开发技巧。书中所有的示例都分别提供C#和Visual Basic.NET两种语言的代码,便于读者的对比学习。本书的部分简明地介绍了ASP.NET框架,第二部分以大量的代码实例讨论ASP.NET的各个方面,后是使用广泛的Microsoft .NET名字空间的完全参考。本书涉及ASP.NET的全面细节,主要包括通用语言运行时、确认控件、Web控件、列表控件、用户控件、组件构建、ADO.NET和XML Web服务等。
代码详尽是本书的特点,书中的代码可以从原出版商的站点下载。本书是Web开发人员编程中随时查阅的手册用书。
书籍目录:
Introduction 1
Part I Studying for the Programmer誷 Exam 7
Chapter 1 Programmer Exam Roadmap 8
What Is the Programmer Exam Like? 8
What誷 on the Exam 8
Declarations and Access Control 9
Flow Control and Exception Handling 9
Garbage Collection 9
Language Fundamentals 9
Operators and Assignments 9
Overloading, Overriding Runtime Type, and Object Orientation 10
Threads 10
The java.awt Package ?Layout 10
The java.lang Package 10
The java.util Package 10
The java.io Package 11
How Does the Text Map to the Programmer Exam Objectives? 11
How the Test Is Administered 11
How to Sign up for and Take the Exams 11
Test-Taking Tips for the Programmer Exam 12
What the Test Program Looks Like for the Programmer Exam 12
Be Careful! 13
Take Your Time and Answer the Easy Ones First 13
Beware of Tricks 14
Understand Why the Question Is on the Test 14
Know Your Test Center 15
What Happens When You誶e Done? 16
Sun誷 Take on Certification 16
How Sun Manages the Certification Process 16
Where Certification Is Heading 17
Chapter 2 Java Programming Fundamentals 18
Java Programming Concepts 18
Objects 18
Classes 19
Packages 19
Inheritance 19
Encapsulation 20
Access Controls 20
Java誷 Characteristics 21
Design for Distributed Networks 22
Design for Multithreading 22
Design for Ease of Use and Reuse 22
Design for Security 23
Working with Java Applets and Applications 23
The Java Specification and the API 23
Java 1.1 24
Java 2: JDK 1.2 24
Java 2: JDK 1.3 25
Review Questions 25
Answers to Review Questions 26
Chapter 3 Java Keywords 27
An Alphabetical List of All the Keywords 27
Organizing Classes 27
Defining Classes 28
Keywords for Classes and Members 28
Simple Data Types 30
Values and Variables 30
Exception Handling 31
Instance Creation and Testing 32
Control Flow 32
Exercises 34
Exercise 3-1 34
Exercise 3-2 34
Exercise 3-3 34
Answers to the Exercises 34
Review Questions 35
Answers to Review Questions 36
Chapter 4 Java Building Blocks 37
Identifiers 37
Literals 38
Boolean Literals 38
Character Literals 38
Exercise 4-1 39
String Literals 39
Exercise 4-2 40
Integer Literals 40
Floating-Point Literals 41
Separators 41
Operators 41
Exercise 4-3 42
Exercise 4-4 43
Comments 43
Answers to the Exercises 44
Review Questions 44
Answers to Review Questions 46
Chapter 5 Memory and Garbage Collection 47
Garbage Collection 47
When Does an Object Become Eligible for Garbage Collection? 48
Invoking the Garbage Collector 48
Finalization 49
Exercise 5-1 49
Exercise 5-2 49
Accessing Members 50
Exercise 5-3 51
Passing Parameters to a Method 51
Exercise 5-4 54
Forcing Garbage Collection 55
Answers to the Exercises 55
Review Questions 57
Answers to Review Questions 59
Chapter 6 Data Types and Values 60
Data Types 60
Variables and Data Types 61
Primitive Data Types 61
Integer Data Types 62
Character Values 63
Floating-Point Arithmetic 64
Booleans 65
Casting 65
Exercises 66
Exercise 6.1 66
Exercise 6.2 66
Exercise 6.3 66
Arrays 66
Declaring and Initializing Arrays 67
One-Dimensional Arrays 67
Initializing an Array When it is Allocated 68
Exercise 6.4 69
Arrays of Arrays 69
Where Arrays Fit into the Class Hierarchy 70
Answers to the Exercises 71
Review Questions 72
Answers to Review Questions 73
Chapter 7 Operators 74
Operators and Expressions 74
Arithmetic Operators 75
Assignment Operators 77
Comparison Operators 78
Logical Operators 79
Bitwise Operators 80
The>>Operator 81
The>>>Operator 82
The
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
这是一本代码详尽的程序开发人员用书,其最大特点是使用大量“商业级”的程序代码来传授企业应用程序的开发技巧。书中所有的示例都分别提供C#和Visual Basic.NET两种语言的代码,便于读者的对比学习。本书的第一部分简明地介绍了ASP.NET框架,第二部分以大量的代码实例讨论ASP.NET的各个方面,最后是使用广泛的Microsoft .NET名字空间的完全参考。本书涉及ASP.NET的全面细节
网站评分
书籍多样性:8分
书籍信息完全性:7分
网站更新速度:3分
使用便利性:9分
书籍清晰度:3分
书籍格式兼容性:7分
是否包含广告:5分
加载速度:9分
安全性:9分
稳定性:6分
搜索功能:4分
下载便捷性:3分
下载点评
- 无漏页(192+)
- 盗版少(70+)
- 服务好(661+)
- 赚了(415+)
- 实惠(468+)
- 速度慢(496+)
- 全格式(538+)
- 简单(473+)
- 无缺页(313+)
- 目录完整(165+)
下载评价
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 冯***丽:
卡的不行啊
- 网友 堵***洁:
好用,支持
- 网友 家***丝:
好6666666
- 网友 温***欣:
可以可以可以
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 寿***芳:
可以在线转化哦
- 网友 曾***文:
五星好评哦
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 宫***玉:
我说完了。
- 网友 曾***玉:
直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 隗***杉:
挺好的,还好看!支持!快下载吧!
- 网友 宓***莉:
不仅速度快,而且内容无盗版痕迹。
- 网友 堵***格:
OK,还可以
喜欢"Java2考试指南(英文原版附光盘)/专业认证考试丛书"的人也看了
可以量化的管理学 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 阿里云
Jojo医生陪你科学怀孕(送给中国妈妈的孕产宝典,全网3000万粉丝科普代表医路向前巍子推荐) mobi 下载 网盘 caj lrf pdf txt 阿里云
手工串饰家01:时尚串珠 项链·耳环 深圳市金版文化发展有限公司 主编 南海出版公司【正版保证】 mobi 下载 网盘 caj lrf pdf txt 阿里云
恐龙世界历险记1/我的第一本科学漫画书.绝境生存系列16 二十一世纪出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 2019年注册消防工程师考试真题精讲一本通(历年真题解析与视频讲解) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 9787552220100 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 服装物流与供应链管理 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 正版 新航道 胡敏雅思教材第7代 雅思阅读-基础版 ElSvan Geyte(英)编 雅思阅读考试 高等教育出版社 雅思考试教材正版 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 阿里云
书籍真实打分
故事情节:3分
人物塑造:8分
主题深度:4分
文字风格:8分
语言运用:6分
文笔流畅:6分
思想传递:8分
知识深度:4分
知识广度:3分
实用性:7分
章节划分:6分
结构布局:4分
新颖与独特:6分
情感共鸣:4分
引人入胜:3分
现实相关:6分
沉浸感:3分
事实准确性:7分
文化贡献:3分