1. The signature of a method in Java includes ________________
Ans. Method name, return type and parameter types.
2. Which keyword in Java is used to indicate that a method does not return a value?
Ans. void.
1. The signature of a method in Java includes ________________
Ans. Method name, return type and parameter types.
2. Which keyword in Java is used to indicate that a method does not return a value?
Ans. void.