Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java 8 Exception Handling: Develop Reliable Java Applications (Black Book Series)

Posted By: AlenMiler
Java 8 Exception Handling: Develop Reliable Java Applications (Black Book Series)

Java 8 Exception Handling: Develop Reliable Java Applications (Black Book Series) by Mahavir DS Rathore
English | Feb. 10, 2016 | ASIN: B01BO1CKU6 | 88 Pages | AZW3/MOBI/EPUB/PDF (conv) | 2.58 MB

In a single sentence it can said “software is very pervasive and impacts human life in many ways”. Today software directly or indirectly impacts many domains such as banking, healthcare, business, military, education, government etc. Hence software reliability is of highest importance and exception handling help to enhance software reliability.

In this book learn how to develop reliable Java application using Java Exception Handling Infrastructure.This book has 17 chapters which have numerous examples for each of the topics and covers them comprehensively. Some of the chapters in this book are

a. Exception chaining
b. User defined exception
c. Try with resource
d. Nested exception
e. Checked and Unchecked exception
f. finally block with return keyword
g. Overriding Exception