Java Exception Indepth Research

The exception mechanism is how the program is handled when the program meets an error. It provides a safe exit method for the java programs. When an error occurs, the program executing process changes, and the control of the program is transferred to the exception handler.

Docker Overview

Docker is the most popular and open-source platform which can install and execute distributed applications for developers, testers, and system administrators. You can think of it as a lightweight container. It includes all the necessary libraries that your application needs to run. It is something like VM(Virtual Machine), but it is lightweight. It does not …

Docker Overview Read More »