The Introduction to Java training course provides a foundational knowledge of the Java platform and Java language required to build stand-alone Java applications.
The course begins by introducing the Java programming language. Next, it defines the basic Java syntax and creates a stand-alone Java application. The course explores the object-oriented features of Java, Java Collection Classes, and Unit Testing.
Prerequisites: A background in another Object-Oriented (OO) programming language, such as C++ or C# or Object-Oriented Python.
Purpose
| Learn how to write a stand-alone Java application using the Java programming language. |
Audience
| Programmers familiar with object-oriented programming, who want to learn the Java language. |
Role
| Software Developer |
Skill Level
| Beginner |
Style
| Lecture | Hands-on Activities |
Duration
| 3 Days |
Related Technologies
| Object-Oriented Programming | Java |
Productivity Objectives
- Explain what Java is and why it is used
- Create a stand-alone Java application
- Create class hierarchies in Java
- Perform basic Unit Tests