Sakshi Ghosh has Published 12 Articles

Java Program to Illustrate a Method with 2 Parameters and without Return Type

Sakshi Ghosh

Sakshi Ghosh

Updated on 11-Apr-2023 14:54:10

1K+ Views

A method without a return type is termed a void method since it returns nothing. This method can accept multiple parameters. In this tutorial, we will implement Java programs illustrating a method with two parameters and without return type. First of all, we are going to get acquainted with the ... Read More

Java Program to Handle Unchecked Exception

Sakshi Ghosh

Sakshi Ghosh

Updated on 11-Apr-2023 14:50:10

672 Views

Exceptions are the unexpected circumstances occurring during the implementation of the program i.e., at the run time, that interrupt the usual working of the program. It can occur due to various reasons such as Illegal input given by the user, Failure of the devices, Loss of network connection, Physical ... Read More

Advertisements