Course | Duration | ||
Introduction to Java Programming | 3 days |
Thank you for reading this post, don't forget to subscribe!
Intensive and hands-on, this three day course emphasizes becoming productive quickly in the Java language. This course quickly covers the Java 5.0 language syntax and then moves into more advanced features of the language such as abstract classes, interfaces, generics, packages, and exception handling. Students will then learn two foundational API libraries: I/O streams and collections. Additional appendices on threads, J2EE, and Eclipse are provided for further study.
Audience
Programmers moving to the Java language.
Prerequisites:
Professional programming experience in C, C++ or C# is required. Knowledge of Object-Oriented concepts is required.
Course Objectives
- Write stand-alone applications using the Java language.
- Accurately implement Object-Oriented concepts using Java features, such as classes, interfaces, and references.
- Create well-scoped classes using packages and inner classes.
- Write programs which both handle and create exceptions.
- Read and write data, using input and output streams.
- Use the Java 2 Collections Framework to work with groups of objects.