Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the return type of a method that does not return any value?

a) int
b) float
c) void
d) double

Answer: c
Explanation: Return type of a method must be made void if it is not returning any value.

Join The Discussion