Java SE7 Professional: Syntax and Class Design

  • Description
  • Reviews (0)

Description

Java technology applications are written in the Java Programming Language and compiled to Java bytecode. This course introduces the Java platforms, how to obtain a JDK, and commercial support options for Java SE. It describes creating simple Java classes, using Java fields, constructors, and methods, modeling business problems using Java classes, using package and import statements, testing Java classes, and creating Java subclasses. In addition, it explores access levels, override methods, overloading constructors, using the instanceof operator to compare object types, using virtual method invocation, using upward and downward casts, and overriding methods from the Object class. Designing general purpose base classes using abstract classes, constructing abstract java classes and subclasses, modeling business problems using the static and final keywords, implementing the Singleton design pattern, and distinguishing between top-level and nested classes are also covered.

Reviews

There are no reviews yet.

Be the first to review “Java SE7 Professional: Syntax and Class Design”