{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

教育培养计划人才培育项目指定教材:Java 2编程技术基础

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

教育培养计划人才培育项目指定教材:Java 2编程技术基础

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

提供针对专业设置的管理咨询服务:在专业设置、师资培养、质量管理、学生考核各方面提供全方位的专业服务,将合作院校的相关专业。
提升为世界领先的现代化技术专业根据不同的职业角色(Job Role)需求培养学员,让学员和院校都以一种“面向对象”(Object Orierlted)的态度参与到教学中,真正培养“拿来就用”型人才与时俱进、随需应变!在lT历史变革和技术革新中,让我们一起站在巨人的肩膀上成就未来。
Content Description

《Java 2编程技术基础》是Ultrawise-IBM教育学院教育培养计划人才培育项目指定教材。Java语言涉及面很广,《Java 2编程技术基础》中所有描述的程序以贴近实际工作中Java的基本应用为主。全书共6章,主要内容包括Java基础知识、Java编程基础、面向对象基础、JFC核心编程、J2EE基础知识和J2EE Web编程简介。
《Java 2编程技术基础》可作为应用性、技能型人才培养的各类教育“Java语言基础”课程的教学用书,也可供各类培训、计算机从业人员和爱好者参考使用。
Catalogue

第1章 Java的基础知识
学习目的
1.1 Java的历史
1.2 Java的特点
1.3 Java的环境准备
1.4 JDK的准备
练习
上机练习

第2章 Java编程基础
学习目的
2.1 Java语法基础
2.1.1 Java程序基本元素
2.1.2 Java程序组成和作用域
2.1.3 Java基本数据类型
2.1.4 Java变量和常量
2.1.5 Java数组定义
2.1.6 Java流程控制语法
2.1.7 Java数据类型转换
2.1.8 Java注释
2.2 运行第一个Java程序
2.2.1 HellOWorld
2.2.2 Javac编译
2.2.3 Java运行
2.3 classPath概念
2.4 Java命名规范
练习
上机练习

第3章 面向对象基础
学习目的
3.1 面向对象基础概述
3.2 理解什么是类
3.2.1 类的基本概念
3.2.2 理解类和对象之间的关系
3.2.3 类访问权限
3.2.4 对象继承
3.2.5 构造对象
3.3 多态性
3.3.1 多态的基本概念
3.3.2 抽象函数
3.3.3 对象重载和重写
3.4 接口
3.5 对象类型转换
3.6 Java继承
3.6.1 单重继承
3.6.2 接口多重继承
3.7 Java对象引用
3.7.1 实例变量
3.7.2 this指针
3.8 Java静态对象的使用
3.8.1 静态对象
3.8.2 静态方法
3.8.3 静态变量
3.8.4 staticfinal变量
3.9 匿名类
3.9.1 匿名类的声明
3.9.2 匿名类的参数域
3.10 面向对象编程的优势
3.11 面向对象的软件开发过程
3.11.1 面向对象的分析
3.11.2 建立对象模型
3.11.3准备数据字典
3.11.4 确定关联
3.11.5 确定属性
3.11.6 使用继承来细化类
3.11.7 完善对象模型
练习
上机练习

第4章 JFC核心编程
学习目的
4.1 Swing图形编程基础
4.1.1 AWT介绍
4.1.2 轻量级图形组件概念
4.1.3 Swing事件处理
4.1.4 布局管理器
4.2 String类
4.2.1 String的基础操作
4.2.2 截取字符串
4.2.3 字符替换
4.2.4 字符串类型转换和toString()方法
4.2.5 字符串比较
4.2.6 StringrFokenizel
4.3 I/O
4.3.1 I/O基础知识
4.3.2 I/O体系结构
4.3.3 FileI/O
4.3.4 二进制数组流
4.3.5 分块数据读写
4.4 对象序列化
4.4.1 对象序列化基础知识
4.4.2 Serializable接口
4.4.3 Object Output Stream和Objectlnput Stream
4.5 Java多线程编程
4.5.1 Rulmable和Thread
4.5.2 线程同步原理
4.5.3 线程同步块
4.5.4 线程wait()、notify()和sleep()
4.6 日期处理
4.6.1.Date类
4.6.2 Calendar类
4.6.3 日期格式化
4.6.4 日期比较
4.7 Java异常处理
4.7.1 异常处理的概念和Java异常处理的体系结构
4.7.2 异常捕获及处理
4.7.3 可抛出异常
4.8 Java反射基础
4.8.1 反射原理
4.8.2 类反射
4.8.3 方法反射
4.8.4 成员变量反射
练习
上机练习

第5章 J2EE基础知识
学习目的
5.1 J2EE背景介绍
5.2 J2EE体系结构
5.3 J2EE应用服务器介绍
5.4 J2EE核心技术
5.5 J2EE打包和部署
5.6 J2EE的优势
练习

第6章 J2EEWeb编程简介
学习目的
6.1 Web应用发展
6.2 Web应用架构
6.3 Servlet的基本概念
6.4 Servlet的特征
6.5 JSP的基本概念
6.6 JSP的特征
6.7 JSP和Servlet的用途
练习
Book Abstract

3.11.1面向对象的分析
系统分析的第一步是:陈述需求。分析者必须同用户一块工作来提炼需求,因为这样才体现了用户的真实意图,其中涉及对需求的分析及查找丢失的信息。3.11.2建立对象模型
首先标识和关联,因为它们影响了整体结构和解决问题的方法,其次是增加属性,进一步描述类和关联的基本网络,使用继承合并和组织类,然后操作增加到类中作为构造动态模型和功能模型的副产品。最后是确定类,构造对象模型的第一步是标出来自问题域的相关的对象类,对象包括物理实体和概念。所有类在应用中都必须有意义,在问题陈述中并非所有类都是明显给出的,有些是隐含在问题域或一般知识中的。
根据下列标准,去掉不必要的类和不正确的类。
冗余类
若两个类表述了同一个信息,保留最富有描述能力的类。如“用户”和“顾客”就是重复的描述,因为“顾客”最富有描述性,因此保留它。不相干的类除掉与问题没有关系或根本无关的类。模糊类类必须是确定的,有些暂定类边界定义模糊或范围太广。属性某些名词描述的是其他对象的属性,则从暂定类中删除。如果某一性质的独立性很重要,就应该把它归属到类,而不把它作为属性。
操作
如果问题陈述中的名词有动作含义,则描述的操作就不是类。但是具有自身性质而且需要独立存在的操作应该描述成类。如只构造电话模型,“拨号”就是动态模型的一部分而不是类,但在电话拨号系统中,“拨号”是一个重要的类,它有日期、时间、通话地点等属性。
Introduction

蓝色巨人IBM是信息工业的一块活化石,同时又是这个时代最富有活力、最受人尊敬的公司之一。在技术研究上的巨大投入使得IBM成为世界上最具创新性的公司,IBM的创新已经获得了超过25 000项美国专利,几乎是任何美国IT竞争对手同期总和的三倍,超过了惠普、戴尔、微软、Sun、Oracle、英特尔、苹果、EMC、Accentute和.EDS的总和。正是这些历史的积累和不断的锐意创新铸就了IBM后端庞大的知识体系,并使得其庞大的产品家族在业界强盛不衰。
面对市场在软件人才数量和结构方面的双重需求,IBM(中国)一直致力于帮助软件企业建立合理的人才架构和供求关系,为培养高素质、复合型人才创建健康的大环境。2002年4月3日,IBM公司宣布将培养10万软件生力军满足中国市场对软件技术开发、软件市场化、软件企业经营管理等各类人才的需求。在此其间,将有1000家软件合作伙伴和100万人次的软件业界人才从中受益。IBM教育学院就是这一战略的具体实践。IBM教育学院成立于2003年初,面向国内所有初、中、高级的软件开发及IT管理人员,主旨是提供一个广泛的信息交流及技能培训的平台,帮助他们快速深入地掌握最新的软件技术及应用整合方案。因此,加入到IBM教育学院教育培养计划,循序渐进地获取知识与技能,是成为“随需应变”型优秀软件人才的第一步。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book