DEV Community

hema latha
hema latha

Posted on

what is void in java?

The void key word in java is used to specify the method does not return any value.
It is return type indicate the method perform an action does not produce a result. that can be used elsewhere in the code.

Top comments (0)