A void method uses the keyword____in its heading to show that it does not return a value : public void methodName(paramList)

A void method uses the keyword____in its heading to show that it does not return a value : public void methodName(paramList)



Answer: void


Learn More :