What does void signify in the method prototype?
23 Likes
void in method prototype means that the method does not return any value.
Answered By
13 Likes
How do you define and invoke a method?
What does the return statement do in a method?
Explain the difference between actual and formal parameters.
Explain static and non-static methods.