#java
Read more stories on Hashnode
Articles with this tag
Introduction Task - Single unit of work Multi - Multiple Multi-tasking: performing multiple tasks Process An entire application is called as a...
Introduction With the help of wrapper classes, we can wrap primitives to objects so that we can handle primitives just like objects. Constructor...
Need For Wrapper Class The need for wrapper classes is to wrap primitives into objects so that we can handle primitives like objects. To define...
Custom Exceptions Creating a checked Exception Points To Remember while creating a checked Exception: When we create our custom checked exception it...
Types Of Exception Checked Exception: In this type of exception, the exception will occur at the runtime, but only thing is that the compiler will...
Introduction Compile Time error occurs when we have a syntactical error A runtime error occurs when we get at runtime after the code is successfully...