Java2考试指南(英文原版附光盘)/专业认证考试丛书 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线

Java2考试指南(英文原版附光盘)/专业认证考试丛书精美图片
》Java2考试指南(英文原版附光盘)/专业认证考试丛书电子书籍版权问题 请点击这里查看《

Java2考试指南(英文原版附光盘)/专业认证考试丛书书籍详细信息

  • ISBN:9787505374287
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2002-04
  • 页数:567
  • 价格:74.50
  • 纸张:暂无纸张
  • 装帧:暂无装帧
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看

内容简介:

这是一本代码详尽的程序开发人员用书,其*特点是使用大量“商业级”的程序代码来传授企业应用程序的开发技巧。书中所有的示例都分别提供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


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!



原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

书籍介绍

这是一本代码详尽的程序开发人员用书,其最大特点是使用大量“商业级”的程序代码来传授企业应用程序的开发技巧。书中所有的示例都分别提供C#和Visual Basic.NET两种语言的代码,便于读者的对比学习。本书的第一部分简明地介绍了ASP.NET框架,第二部分以大量的代码实例讨论ASP.NET的各个方面,最后是使用广泛的Microsoft .NET名字空间的完全参考。本书涉及ASP.NET的全面细节


书籍真实打分

  • 故事情节:4分

  • 人物塑造:7分

  • 主题深度:3分

  • 文字风格:4分

  • 语言运用:4分

  • 文笔流畅:3分

  • 思想传递:7分

  • 知识深度:9分

  • 知识广度:8分

  • 实用性:3分

  • 章节划分:5分

  • 结构布局:5分

  • 新颖与独特:7分

  • 情感共鸣:7分

  • 引人入胜:7分

  • 现实相关:4分

  • 沉浸感:9分

  • 事实准确性:7分

  • 文化贡献:7分


网站评分

  • 书籍多样性:8分

  • 书籍信息完全性:3分

  • 网站更新速度:5分

  • 使用便利性:3分

  • 书籍清晰度:8分

  • 书籍格式兼容性:4分

  • 是否包含广告:3分

  • 加载速度:4分

  • 安全性:8分

  • 稳定性:9分

  • 搜索功能:8分

  • 下载便捷性:4分


下载点评

  • 超值(492+)
  • 服务好(440+)
  • 图文清晰(156+)
  • 图书多(510+)
  • 方便(410+)
  • 体验差(604+)
  • 四星好评(658+)

下载评价

  • 网友 曹***雯:

    为什么许多书都找不到?

  • 网友 堵***洁:

    好用,支持

  • 网友 陈***秋:

    不错,图文清晰,无错版,可以入手。

  • 网友 寇***音:

    好,真的挺使用的!

  • 网友 林***艳:

    很好,能找到很多平常找不到的书。

  • 网友 晏***媛:

    够人性化!

  • 网友 国***芳:

    五星好评

  • 网友 方***旋:

    真的很好,里面很多小说都能搜到,但就是收费的太多了

  • 网友 丁***菱:

    好好好好好好好好好好好好好好好好好好好好好好好好好

  • 网友 瞿***香:

    非常好就是加载有点儿慢。


随机推荐