Java SE7 Fundamentals: Handling Errors and Deploying Applications


Overview/Description
Target Audience
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
During normal program execution in Java, the caller method calls the worker method, the worker method performs an action and the execution returns to the caller method. When an exception occurs, an exception is thrown and either a special Exception object is passed to a special method-like catch block in the current method or execution returns to the caller method. Classes are grouped into packages to ease the management of the system. To deploy a Java application, you put the necessary files into a JAR file. A major performance penalty is paid in two-tier client/server. The three components or tiers of a three-tier client/server environment are presentation, business logic or functionality, and data. They are separated so that the software for any one of the tiers can be replaced by a different implementation without affecting the other tiers. This course provides an overview of error handling, and covers propagation of exceptions, catching and throwing exceptions, and multiple exceptions and errors. Packages, JARs and deployment, two-tier and three-tier architecture, and modifications and enhancements to a sample application are also covered.

Target Audience
Programmers with an understanding of object-oriented programming concepts who want to learn Java; programmers proficient in another object-oriented programming language who want to move to Java.

Expected Duration (hours)
1.0

Lesson Objectives

Java SE7 Fundamentals: Handling Errors and Deploying Applications

  • handle an exception
  • catch and throw exceptions
  • identify the features of packages and JAR files
  • identify the features of client-server architecture
  • create a try/catch block to handle exceptions
  • create a custom exception
  • Course Number:
    jl_jsef_a05_it_enus

    Expertise Level
    Beginner