![]() |
Profile |
Contact |
Search |
Cart |
| Introduction to the Java Language |
| Course Status: | Released |
| Course Language: | English |
| Course Duration: | 4 Hours |
| Deployment Options: | Online, Interactive CDs, Network, Downloads, Intranet |
| Audience |
| Programmers familiar with a structured programming language, such as C, who are seeking an introduction to Java |
| Prerequisites |
| Knowledge of a structured programming language such as C; the courses An Overview of Java and Object-Oriented Principles and Java |
| Course Aim |
| To enable the student to write basic Java code |
| Learning Objectives |
| Understand Java syntax. Write Java code. Build a simple class. Describe operators and flow control in Java. Describe how object-oriented principles are implemented in Java. Use the javadoc utility. |
| Topics Covered |
| Java syntax - Identifiers and keywords - Types and literals - Arrays and strings - Casting, blocks, and scope Operators and flow control - Unary and binary arithmetic operators - Relational and boolean operators - Expression construction - Flow control statements Java object orientation - Building a simple class - Packages and the import statement - Deriving classes using inheritance The javadoc utility - The javadoc utility and its parameters - The doc comment syntax - Hands-on: Using doc comment syntax - Generating class documentation with javadoc - Using javadoc |