Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

AppDev- Master Java 2 Standard Edition (8CD) 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
AppDev- Master Java 2 Standard Edition (8CD) EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
AppDev- Master Java 2 Standard Edition (8CD) EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
AppDev- Master Java 2 Standard Edition (8CD) EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
AppDev- Master Java 2 Standard Edition (8CD) EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
AppDev- Master Java 2 Standard Edition (8CD) EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
AppDev- Master Java 2 Standard Edition (8CD) EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
AppDev- Master Java 2 Standard Edition (8CD) EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
AppDev- Master Java 2 Standard Edition (8CD) EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
AppDev- Master Java 2 Standard Edition (8CD) EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
AppDev- Master Java 2 Standard Edition (8CD) EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
AppDev- Master Java 2 Standard Edition (8CD) EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
AppDev- Master Java 2 Standard Edition (8CD) EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
AppDev- Master Java 2 Standard Edition (8CD) EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
AppDev- Master Java 2 Standard Edition (8CD) EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
AppDev- Master Java 2 Standard Edition (8CD) EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


AppDev- Master Java 2 Standard Edition (8CD)

Go down

AppDev- Master Java 2 Standard Edition (8CD) Empty AppDev- Master Java 2 Standard Edition (8CD)

Bài gửi by Admin Sun 22 Aug 2010, 1:34 pm

AppDev- Master Java 2 Standard Edition (8CD) 20j1els
AppDev- Master Java 2 Standard Edition (8CD) | 2.3GB | English | HF | ULD

This course covers the foundational material needed to become proficient using the Java language. It covers all of Java's critical elements, including language syntax, application construction and deployment, applets, threading, and JDBC. You will learn how to construct event driven graphical, console, and database applications. You will also learn the ins and outs of object-oriented programming in Java, from basic concepts to advanced topics such as interfaces. This course provides a strong foundation in Java, enabling you to build Java applications correctly and with confidence.

In this course you will learn how to:
* Install and configure the Java Development Kit.
* Create, compile, and run Java applications.
* Use Java syntax, data types, operators, and class libraries.
* Implement object-oriented programming in Java.
* Handle errors and exceptions in Java.
* Connect and retrieve information from relational databases.
* Deploy a completed Java application.
* Use advanced Java object-oriented programming constructs.
* Create and use threads in Java.
* Build event-driven, graphical applications using the Swing application framework.
* Implement advanced JDBC concepts such as retrieving database meta-data, updating data, and building graphical data front end applications.
* Leverage the built-in Java class libraries.
* Build applets.
* Perform the basics of server-side web development in Java with servlets and Java Server Pages.

Introduction to Java
JDK Installation and Setup
* Obtaining and Installing the SDK
* JDK Configuration and Troubleshooting
* Compiling Java Programs
* Running Java Programs
* Using Command Line Tools
* Running Applications
* Getting Help: Documentation

Java Syntax
* A Simple Java Application
* Variables
* Data Types
* Operators
* Using Strings
* Control Flow

Introduction to Classes and Objects
* Classes and Objects
* Defining Classes

Intermediate Object-Oriented Programming
* Packages
* Access Level Attributes
* Inheritance
* Polymorphism

Exception Handling
* Defined
* Syntax
* Exception Propagation
* Rethrowing Exceptions
* Instantiating Your Own Exceptions
* Exception Hierarchy
* Throws Clause

Introduction to JDBC
* JDBC Overview
* JDBC Driver Types
* Obtaining a Driver
* Example Database Application
* Important JDBC Classes

Deployment
* The Java Client Environment
* CLASSPATH Revisited
* Using JAR Files
* Overview of Java Web Start

Advanced Java Syntax
* String Issues
* Arrays
* Parameter Passing Semantics

Advanced OOP
* final Revisited
* Abstract Classes
* Interfaces
* Inner Classes
* Anonymous Classes
* Cloning
* Important Methods: equals() and hashCode()

Threading
* Threading
* Managing Threads
* Communicating Between Threads

Introduction to Frames
* Introduction to Frames
* Layout Managers
* Creating Multi-Window Applications

Introduction to Swing: Part 1
* Swing vs. AWT Controls
* SwingSet
* JLabel
* JTextField
* JTextArea
* JButton
* JProgressBar
* JSlider
* JRadioButton/ButtonGroup
* JPanel
* JScrollPane
* JTabbedPane
* JSplitPane
* JOptionPane

Event Handling
* Event Handling Background
* Adapters
* Using External Classes
* Using External Classes with Parameters
* Using Frame Classes
* Using Inner Classes
* Using Anonymous Inner Classes

Introduction to Swing: Part 2
* The Model-View-Controller Design Pattern
* Creating Models

Advanced JDBC
* Using ResultSetMetaData
* PreparedStatements
* Handling Keys

Files and Streams
* Understanding the File and Stream Hierarchy
* Byte Streams
* Text Streams
* Working with ZIP/JAR Files

Utility Classes
* Type Wrappers
* The Collections API
* Calendars and Dates
* Math
* NumberFormat

Applets
* Introduction to Applets
* Applet Restrictions
* Building Applets
* Deploying Applets

Introduction to Web Development
* Web Development in Java Overview
* Web Containers and Servlet Engines
* Building Servlets
* Building Java Server Pages
* Overview of Java Web Start

[quote]Download HotFile:
Code:
http://hotfile.com/dl/32896464/772f7d4/J2SE.part01.rar.html
http://hotfile.com/dl/32896470/cc6d8a3/J2SE.part02.rar.html
http://hotfile.com/dl/32896505/0b57bd5/J2SE.part03.rar.html
http://hotfile.com/dl/32896535/7d46e09/J2SE.part04.rar.html
http://hotfile.com/dl/32896538/66caa80/J2SE.part05.rar.html
http://hotfile.com/dl/32896543/1d558aa/J2SE.part06.rar.html
http://hotfile.com/dl/32896551/529c8ca/J2SE.part07.rar.html
http://hotfile.com/dl/32896560/1ecbb1e/J2SE.part08.rar.html
http://hotfile.com/dl/32896564/faf5901/J2SE.part09.rar.html
http://hotfile.com/dl/32896568/f9a6dbb/J2SE.part10.rar.html
http://hotfile.com/dl/32896572/62007ad/J2SE.part11.rar.html
http://hotfile.com/dl/32896588/44b2bcd/J2SE.part12.rar.html

Download Uploading:
Code:
http://uploading.com/files/3a7c92e3/J2SE.part01.rar/
http://uploading.com/files/de233673/J2SE.part02.rar/
http://uploading.com/files/4meb4128/J2SE.part03.rar/
http://uploading.com/files/61c6dmeb/J2SE.part04.rar/
http://uploading.com/files/7ma4c2ef/J2SE.part05.rar/
http://uploading.com/files/b7c9b95c/J2SE.part06.rar/
http://uploading.com/files/798f83f4/J2SE.part07.rar/
http://uploading.com/files/92eb6e63/J2SE.part08.rar/
http://uploading.com/files/15a7b23m/J2SE.part09.rar/
http://uploading.com/files/fd74bmc6/J2SE.part10.rar/
http://uploading.com/files/6da4cm63/J2SE.part11.rar/
http://uploading.com/files/791m2d66/J2SE.part12.rar/
Download SHR:
Code:
http://sharingmatrix.com/file/2394171/J2SE.part01.rar
http://sharingmatrix.com/file/2394203/J2SE.part02.rar
http://sharingmatrix.com/file/2394173/J2SE.part03.rar
http://sharingmatrix.com/file/2394185/J2SE.part04.rar
http://sharingmatrix.com/file/2394981/J2SE.part05.rar
http://sharingmatrix.com/file/2395945/J2SE.part06.rar
http://sharingmatrix.com/file/2395905/J2SE.part07.rar
http://sharingmatrix.com/file/2395041/J2SE.part08.rar
http://sharingmatrix.com/file/2395045/J2SE.part09.rar
http://sharingmatrix.com/file/2395059/J2SE.part10.rar
http://sharingmatrix.com/file/2395761/J2SE.part11.rar
http://sharingmatrix.com/file/2395031/J2SE.part12.rar

Admin
Admin

Đánh giá tốt! : 7

Nam
Goat
Tổng số bài gửi : 10417
Birthday : 09/10/1979
Tuổi : 45
Địa chỉ: : Phú Yên
Điện thoại: : Mobile: (84) 0985 017 089
Điểm : 62150
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết