|
Overview
Designed as an intensive one-week introduction to the Java programming language and many of its standard libraries. Students will learn to use the standard SDK tools and libraries while practicing good object-oriented design and programming principles. Even experienced programmers have a lot to gain by carefully and thoroughly investigating these important design elements. Get a solid foundation in using the only language that promises robust, scalable, reusable design and industry-wide cross-platform support.
|
|
Prerequisites
There are no prerequisites for this course.
|
|
Certification
This course, combined with JAV-200, prepares students for exams 310-025 (Sun Certified Programmer for Java 2) and 310-027 (Sun Certified Developer for Java 2).
|
|
Topics
-
Java classes, files and tools
-
Declaring variables and methods
-
Public and private access
-
Operations and expressions
-
Flow control statements
-
Handling exceptions
-
Constructors, types, casting
-
Inheritance, static, overriding
-
Using inner classes
-
String and StringBuffer
-
Math and wrapper classes
-
Java.util package
-
Java.awt components
-
Managing component layout
-
Java.awt event handling
|
|
|
Skills Gained
In this course, students will learn to:
-
Create Java classes, applets, packages jar libraries and programs.
-
Use correct Java expressions to manage primitive and object data.
-
Use access controls to limit access to the inner workings of classes.
-
Build from the existing classes to leverage existing APIs while adding features and functionality to your derived classes.
-
Use built-in utility classes to improve program performance and memory usage.
-
Manage class usage with interfaces and inner classes.
-
Create graphical displays for programs.
-
Manage mouse, keyboard and window interaction.
|
|