From Serebra Learning Corporation
Fundamentals of Java Programming 
This course is designed to teach programmers the basics of the
Java programming language. In addition, it prepares students to take the Sun Certified Java Programmer Examination for
JDK 1.1
more...
Intermediate Java Programming 
This course gives an overview of the intermediate programming constructs in
Java. It teaches how to code simple programs using the java.lang and java.util packages, handle exceptions in a program, input and output data using the java.io package, and use multiple threads in a program. In addition, it prepares students to take the Sun Certified Java Programming Examination for
JDK 1.1.
more...
Java Nuts and Bolts 
This course is the second in a series of five which prepares students for the
Sun Certified Java Programmers certification exam. This course introduces students to the fundamentals of the
Java programming language. Students will understand how to create use and modify variables and literals of various types. Students will also learn how to control program execution using Java's flow control
more...
Object-Oriented Java 
This course is the third in a series of five which prepares students for the
Sun Certified Java Programmers certification exam. This course introduces students to the principles and constructs of object-oriented programming. Students will learn how to write well-organized easy-to-maintain programs in
Java. Students will know how to create control and reuse classes as well as understand how
more...
Key Java Classes 
...ourth in a series of five which prepares students for the
Sun Certified Java Programmers certification exam. This course teaches students more advanced
Java language concepts and is designed for programmers who understand the basic syntax of Java programs and can create and extend Java classes and objects. When completed students will understand Java class libraries work with strings implement
more...
From Teach Me IT
Fundamentals of Java Programming 

The
Fundamentals of
Java Programming course is the first course in the
Java curriculum consisting of four courses. It is designed to teach programmers the basics of the Java programming language. In addition, it prepares students to take the Sun Certified Java Programmer Examination for
JDK 1.1. After completing this course, the student will be able to:
Understand fundamentals of Java
more...
Intermediate Java Programming 

The
Intermediate Java Programming course is the third course in the
Java curriculum consisting of four courses. It gives an overview of the intermediate programming constructs in Java. It teaches how to code simple programs using the java.lang and java.util packages, handle exceptions in a program, input and output data using the java.io package, and use multiple threads in a program. In addition,
more...