xyz軟體王
結賬櫃檯
手動下單
常見問題
軟體破解
訂購須知
訂單查詢
加入最愛
問題反映

xyz軟體王

xyz軟體銀行

     
您的位置: 網站首頁 >> 專業知識教學 >> 電腦教學認證 >> 商品詳情
商品詳情
商品編號:CB0776-4
碟片數量:4片
銷售價格:800
瀏覽次數:34735

轉載TXT文檔】  
您可能感興趣:
您可能也喜歡:
商品描述
Keystone J2EE Intro To Java 英文光碟正式版 (4片裝)




軟體簡介:

Keystone J2EE Intro To Java 英文光碟正式版 (4片裝)


  市價:新台幣 20300元(美金:579.95元)。

Keystone 公司:介紹J2EE 中JAVA所扮演的角色的學實作教學光碟,一次四片,不囉
嗦,讓你一次學完 Keystone公司所推出的教育系列軟體一向是學習電腦所不可以
或缺的重要教學光碟,而這次所推出的教育光碟更是萬中選一的重要教材之一,內
容完整,彙集資料豐富,操作容易而所有的資料及習作更都是由講師親自操作的
哦!!是你所不可以放過的。

Keystone's intro to Java? Programming will introduce you to the essential
elements of the Java? programming language. This interactive hands-on
course allows you to become proficient in the Java? programming language.
You will learn how to create applets and applications; you will also be
introduced to the object-oriented programming methodologies and features
provided by the Java? language.

Level 1
1.0 Overview of Java
1.1 What is Java?
1.2 What is OOP?
1.3 What is Source Code?
1.4 Dynamic Loading
1.5 Java vs. C
1.6 Java Platform & Development Environments
1.7 Applications & Applets
1.8 What is a JavaBean?
1.9 Web Programming with Java
1.10 What is Unicode?
1.11 Multi-tier Applications
1.12 Java Documentation
2.0 Getting Started in Java
2.1 Java Development Platforms
2.2 System Requirements
2.3 Obtaining the SDK
2.4 Installing the SDK
2.5 SDK Directory Structure
2.6 Development Environment
2.7 The Compiler & Interpreter
2.8 Program Requirements
2.9 Common Problems
3.0 BlueJ Tutorial
3.1 What is BlueJ?
3.2 Obtaining BlueJ
3.3 Installing BlueJ
3.4 Using BlueJ
3.5 Compiling a Class with Errors
3.6 Configuring BlueJ
3.7 Java Documentation

Level 2
1.0 Java Fundamentals
1.1 Styles
1.2 Comments
1.3 Identifiers
1.4 Reserved Keywords
1.5 Separators
1.6 Literals
1.7 Escape Sequences
2.0 Variables
2.1 What is a Variable?
2.2 What is a Data Type?
2.3 Declaring Variables
2.4 Initializing Variables
2.5 Accessing Variables
2.6 Constants
2.7 Automatic Conversion
2.8 Explicit Conversion
3.0 Operators
3.1 What are Operators?
3.2 Arithmetic Operators
3.3 Comparison Operators
3.4 Assignment Operators
3.5 Conditional Operators
3.6 Bitwise Operators
3.7 Bit Manipulations
3.8 Boolean Operators
3.9 Operator Precedence
4.0 Control Statements
4.1 The IF Statement
4.2 Code Blocks
4.3 Variable Scope
4.4 The ELSE Statement
4.5 The ELSE IF Statement
4.6 Conditional Operators
4.7 The SWITCH Statement
4.8 The WHILE Statement
4.9 The BREAK Statement
4.10 The CONTINUE Statement
4.11 The DO Statement
4.12 The FOR Statement
5.0 Methods Oc Si
5.1 What are Methods?
5.2 Method Header
5.3 Method Body
5.4 Calling Methods
5.5 Return Values
5.6 Method Arguments
5.7 Passing Arguments
5.8 Overloading Methods

Level 3
1.0 Overview Of Object Oriented Programming
1.1 What is OOP?
1.2 OOP vs. Procedural
1.3 What is a Class?
1.4 Inheritance
1.5 Relationships
1.6 What is an Object?
1.7 Development Cycle
1.8 Analyzing a Card Game
1.9 Class Examples
1.10 Using GUI Classes
2.0 Building Classes
2.1 Class Template
2.2 Defining Fields
2.3 Automatic Initialization
2.4 Object References
2.5 Instantiating Classes
2.6 Using Object References
2.7 The . {Dot) Operator
2.8 Accessing Fields
2.9 Defining Methods
2.10 Calling Methods
3.0 Working with Classes
3.1 Data Encapsulation
3.2 Access Control
3.3 The THIS Keyword
3.4 Constructors
3.5 Using Constructors
3.6 Why Use Constructors
3.7 Chaining Constructors
3.8 Class Variables
3.9 Accessing Class Variables
3.10 Class Methods
3.11 Initialization Blocks
3.12 Passing and Returning Objects
3.13 Garbage Collection
3.14 Finalize Method
3.15 Object Life Cycle
4.0 Packaging Classes
4.1 Packages
4.2 Creating Packages
4.3 Directory Structure
4.4 Package Access
4.5 Compiling with Packages
4.6 Executing Classes and Packages
4.7 Using Classes and Packages
4.8 Importing Classes
4.9 Java Archives
4.10 The Jar Utility
4.11 Creating a Java Archive File
4.12 Creating an Executable Java Archive File
4.13 Manifest.mf
4.14 Executing a Java Archive File
4.15 Viewing and Extracting Java Archive Files
4.16 Managing Packages with BlueJ

Level 4
1.0 Working With Strings
1.1 Overview of Strings
1.2 Creating Strings
1.3 Using Escape Characters
1.4 String Concatenation
1.5 String Length
1.6 Case Toggling
1.7 String Comparison
1.8 Sorting Strings
1.9 String Extraction
1.10 Searching Strings
1.11 Modifying Strings
1.12 StringBuffer Class
2.0 Formatting Strings & Numbers
2.1 Formatting Strings in Java
2.2 Using a Formatter
2.3 Formatting a Number
2.4 Customizing a Number Formatter
2.5 Eliminating Commas
2.6 Right Alignment
2.7 Left Alignment
2.8 Rounding
2.9 Formatting Currencies
2.10 Formatting Percentages
3.0 Arrays
3.1 What is an Array?
3.2 Creating an Array Variable
3.3 Creating an Array
3.4 Default Values
3.5 Accessing Array Elements
3.6 Inserting Values
3.7 Array Length
3.8 Multi-Dimensional Arrays
3.9 Creating a Multi-dimensional Array
3.10 Multi-dimensional Array View
3.11 Multi-dimensional Array Length
3.12 Accessing Array Elements
4.0 Using Vectors Oc Si
4.1 Overview of Vectors
4.2 Vector Constructor
4.3 Adding Elements
4.4 Inserting Elements
4.5 Changing an Element
4.6 Obtaining Capacity and Size
4.7 Ensuring the Capacity
4.8 Setting the Size
4.9 Retrieving Objects
4.10 Removing Elements
4.11 Searching in a Vector
5.0 Documenting Your Code
5.1 Documentation Comments
5.2 Standard Documentation
5.3 Documentation Example
5.4 Generating Documentation
 


..::我的購物車::..
..::熱門關鍵字::..
龍騰版    105年    105學年    106學年    106年    107學年    107年    麻省理工    程薇    國中基測    藍光電影    陳光高中數學    上學期    超級函授    高上    數位補習班    建國補習班    台大醫科    樂學網    嫩模    特種考試    李祥    程逸    祝欲    周易    劉明彰    張凡    張皓    計算機概論    劉逸    莊柏    國家考試    數位學堂    TKB    大碩補習班    陳光國中數學    xyz藍光    xyz志光    嘉義志光    志光lod    新竹志光    台中志光    志光數位    高雄志光    志光函授    台南志光    台北志光    志光公職    校用卷    點線面    雙向溝通    麻辣系列    奇鼎事業    KO會考    漢華文教    口袋書    特色招生    會考ING    建弘    103年    103學年度    易經    李居明    占卜    先天易數    姓名學    蘇民峰    面相    風水    六爻    八字    舒淇    黑澀會    李宗瑞    高解析度    平面設計    素材    縱橫數海    陣翰英文    合聲英文    鼎甲    何嘉仁    卡通    楊鑫    國中數學    102學年度    adult    電子書課本    筆記電子書    全彩講義    考研究所    上課錄音    音樂MP3    芝麻街英語    全領域    全年級    97年    Autodesk    99年新課綱    電影版    志光名師    西洋歌曲    6年級    全新課程    老師授課    西洋音樂    日本女優    99學年度    林晟    ansys    馬蓋先    TURBOCAD    BitDefender    NOD32    秋之回憶    SketchUp    會聲會影    ImTOO    InDesignCS5    SPSS    PAPAGO    AfterEffects    Max    3ds    天線寶寶    卡巴斯基    SolidWorks    Nero    鋼鐵人    Wildfire    Engineer    PTC    powerdvd    YOYO    華康金蝶    自拍    金榜之路    魔法24    全民英檢    葉問    flash    mastercamx    illustrator    photoshop    Adobe    AUTOCAD    正妹    太陽馬戲團    訊連科技    譯典通    正航    迪士尼    微軟    圖庫    DVD合輯    電腦命題    題庫    相聲    翻譯軟體    命題光碟    向補習說再見    基測百分百    名師到你家    研究所補習班    謝孟媛    陳巃羽    野馬    高昇    建宏    金安    全都會    北北基    Siemens    翰林    康軒    考卷資源    Office    Microsoft    幼教    巧連智    南一    下學期    iPod    iPhone    iPAD    鼎文    民航特考    專業科目    平版系統    Android    高等考試    高考    知識達    公務人員    三等考試    高普考    100學年度    101學年度    陳光數學    高點    高中數學