From Serebra Learning Corporation
The Sun Solaris Operating System 
This course covers the origin and history of the
Solaris 2.x operating system, and its relationship with other
Unix family systems. It presents the Solaris operating system as a business solution, and examines its various components and addresses issues surrounding its use, administration, and development. The course highlights those aspects that make Solaris an innovative operating system, and
more...
Java 2: Introduction to Java 2 
This course provides an introduction to the
Java programming language. Topics covered include the history of Java main features of the language its differences from C++ the
Java Virtual Machine and the Java Application Programming Interface. You will also learn the methodology for creating and executing Java programs and applets. An explanation of the tools provided by the
SDK is included along
more...
Java 2: Language and Semantics 
This course details the
Java language and Java semantics. It describes the fundamentals of Java programming such as syntax fundamentals lexical issues data types keywords identifiers constants literals and variables. In addition you will learn about the use of operators expressions and control statements in Java. Finally the course explains the use of arrays. Related
Exam:
Sun Microsystems Exam more...
Java 2: Classes and Inheritance 
This course is aimed to discuss the constructs and features that make
Java a highly modular and object-oriented programming language. The use and implementation of programming constructs such as classes objects methods packages interfaces and constructors and details of their benefits are described. Additionally the course explains the application of various Java features such as encapsulation
more...
Java 2: Handling Exceptions & Implementing Threads 
This course explains the mechanism of exception handling and threads in
Java. It introduces important keywords such as try catch throws throw and finally. The Java exception hierarchy various built-in exception types and the procedure for creating your own exception subclasses are explained. In addition you will learn about multithreading the life cycle of a thread thread priorities the use of
more...
Java 2: java.lang Package 
This course is an overview of the java.lang package. It provides an understanding of the interfaces and exceptions thrown by the classes in the java.lang package. You will be able to determine the methods in the
Object class and write programs by using the
Class class and the
ClassLoader class. The course demonstrates how to manipulate strings by using methods of the
String class and perform
more...
Java 2: java.util Package 
This course provides an overview of the
Collections framework contained in the java.util package. It explains the interfaces and the classes that form the core components of this package. In addition you will learn to use the utility classes such as
ArrayList Vector HashSet and
LinkedList in a program. The implementation of the interfaces in the java.util package is explained by using the
more...
Java 2: Applets and Imaging 
In this course you will learn about the procedure for creating an applet its features and its life cycle. The course also explains the paint repaint and the update methods and the differences between the three methods. You will be introduced to the various components of the
Delegation Event Model in
JDK 1.2 and the class hierarchy in the java.awt.event package. In addition you will learn to
more...
Java 2: File I/O 
This course covers the concepts of I/O (input/output) in
Java. You will be introduced to terms such as streams readers and writers. You will learn how to perform I/O operations in Java using the
InputStream and
OutputStream classes and their subclasses. The course also explains how I/O operations are performed in files with the help of the
File class. You will also learn to create a random access
more...
Java 2: Advanced Java 
This course is designed to explain the garbage collection mechanism of
JVM and the methods and packages used in garbage collection. It explains the security model of
JDK 1.2 and describes the security mechanisms the security policies and permissions. The course covers the concepts of internationalization and the functions of the
Locale class the
Calendar class and the
TimeZone class. You will
more...
Java 2: Enterprise Java 
This course is designed to provide an overview of the new technologies in
Java. It includes the
Swing and
JFC package and gives details of the Swing architecture Swing classes creation of
GUIs by using Swing components and the
JComponent class. It provides an overview to the Java Servlets describes the Servlets using ServletRequest interface ServletResponse interface cookies and session tracking.
more...
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 123-CBT Computer Based Training
Solaris Administration Curriculum 

Course
Overview This curriculum covers basic user and system administration in the
Solaris environment. It focuses on the common skills that an administrator will perform and how they are handled in this flavor of
Unix. Students will learn internetworking connectivity, systems, services, and security. Wherever possible, there is a focus on the tools and features specific to Solaris. L earn
more...
Solaris--Part 1 Basic Administration 

...Sun
Solaris implementation track covers basic user and system administration in the Solaris environment. It focuses on the common skills that an administrator will perform and how they are handled in this flavor of
Unix. L earn To:
Identify the functions of the Unix system administrator. Identify the features of the Solaris operating environment. Identify the methods for
more...
Solaris--Part 2 Network Administration 

...Sun
Solaris implementation track covers internetworking connectivity, systems, services, and security. Wherever possible, It focus's on the tools and features specific to Solaris. L earn To:
Identify the characteristics of the print service. Identify the
CLI commands used to add a network printer. Identify the CLI commands used to manage print queues and jobs. Identify the
more...
Enterprise Connectivity with J2EE V1 4 Servlets 

This course will address the core and advanced features of
J2EE SDK 1.4. Enterprise
Connectivity.
Learn To:
Identify features of servlets.
Identify advantages of servlets over
CGI applications.
Match the methods in the servlet lifecycle with the situations in which these are used.
Identify the code for creating a servlet that handles form data by using the getParameter method.
more...
Java for Procedural Programmers Beyond Basic Java 

This course covers designing for change within a software system,
Packages, and I/O and
Exceptions. You will learn about supporting subsystem and system level changes. The first section also covers architectural components such as patterns and application frameworks. In the Packages section, you will learn to identify and solve package naming issues. Considerations for using packages are also
more...
Java for Procedural Programmers Beyond Basic Java 

This course covers designing for change within a software system,
Packages, and I/O and
Exceptions. You will learn about supporting subsystem and system level changes. The first section also covers architectural components such as patterns and application frameworks. In the Packages section, you will learn to identify and solve package naming issues. Considerations for using packages are also
more...
Enterprise Connectivity with J2EE V1 4 Servlets 

This course will address the core and advanced features of
J2EE SDK 1.4. Enterprise
Connectivity.
Learn To:
Identify features of servlets.
Identify advantages of servlets over
CGI applications.
Match the methods in the servlet lifecycle with the situations in which these are used.
Identify the code for creating a servlet that handles form data by using the getParameter method.
more...