1Z0-816 - Java SE 11 Programmer II: Class Concepts & Managing Exceptions


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description

Explore how to compile and run modular projects, the semantics of anonymous classes, attributes and methods of Enum class, exception handling mechanisms in Java SE 11, among other topics covered in this 15-video course. Begin by declaring modules in Java 11 and enabling access between modules, and then compiling and running modular projects. Delve into creating and working with final classes in Java 11; creating and using inner classes; and working with nested classes in Java SE 11. Next, you will examine the benefits of anonymous classes, and then learn about creating anonymous classes. Following on from this, you will examine Java SE 11 Enum class attributes and Enum class methods, which can be used to handle enumeration in Java 11. Explore the Java 11 exception handling mechanism, with a focus on exception handling patterns; managing exceptions with try-with resource construct; creating and using custom exception classes; and in the final tutorial, using AssertionError class in Java SE 11 to indicate that an assertion has failed. This is one course is a series to prepare for the 1Z0-816: Java SE 11 Programmer II certification exam.



Expected Duration (hours)
1.0

Lesson Objectives

1Z0-816 - Java SE 11 Programmer II: Class Concepts & Managing Exceptions

  • discover the key concepts covered in this course
  • declare modules and enable access between modules
  • describe how a modular project is compiled and run
  • create and use final classes
  • create and use inner classes
  • work with nested classes in Java SE 11
  • describe the semantics of anonymous classes and their benefits
  • create anonymous class based on a scenario
  • list attributes and methods of the Java SE 11 Enum class, which can be used to handle Enumeration scenarios
  • work with Enumeration in Java SE 11 using the Enum class
  • describe the exception handling mechanisms in Java SE 11 with a focus on patterns
  • use try-with-resources statement to manage exceptions in Java SE 11
  • create and use custom exception classes
  • use AssertionError class in Java SE 11 to indicate an assertion has failed
  • summarize the key concepts covered in this course
  • Course Number:
    it_sdjsep_07_enus

    Expertise Level
    Intermediate