|
||
Lesson 1 |
Java Language fundamentals | |
|
The ability to create and compile Java source code files into running applications is the first skill acquired in becoming a Java
programmer. This involves creating packages for your classes and interfaces and importing classes and interfaces from other packages.
It also involves creating a properly formed main() method and using it to access command line arguments. In addition, you
learn how to create valid identifiers and work with primitive types.
This module reviews these topics and identifies important points that you should know in preparation for the exam.These are the fundamentals of Java programming. The certification exam contains a number of questions that test your mastery of these fundamentals. Module objectives
This module will review your knowledge of Java language fundamentals, provide examples of their use, and help you to satisfy the
following exam objectives:
|
||
|
|
||