Book Image

Oracle Certification: Mastering Java for Beginners and Experts [Video]

By : Frahaan Hussain
5 (1)
Book Image

Oracle Certification: Mastering Java for Beginners and Experts [Video]

5 (1)
By: Frahaan Hussain

Overview of this book

Learn about everything there is to know about Java applications and how to program them; a step-by-step approach is used to explain every facet of these topics. Gain a good understanding of the following concepts with this course: • What is Java? • Oracle Java Certification • How to program in the Java language • Features of the Java programming language • Coding semantics • Website programming • Design practices of applications • Application programming • Object-Oriented Programming • Network programming • Email programming • Applet programming • Multithreading programming This course will teach you everything about programming, Java applications, and websites. All the code files are placed at https://github.com/PacktPublishing/Oracle-Certification-Mastering-Java-for-Beginners-and-Experts
Table of Contents (11 chapters)
Chapter 5
Exceptions
Content Locked
Section 4
Finally Block
Java finally block is a block that is used to execute important code such as closing connection, stream etc. Java finally block is always executed whether exception is handled or not. Java finally block follows try or catch block.