Question 1
Suppose your method does not return any value, which of the following keywords can be used as a return type?
◦ int
◦ double
◦ void
◦ public
◦ None of the above
Question 2
The signature of a method consists of ________.
◦ method name
◦ return type, method name, and parameter list
◦ parameter list
◦ method name and parameter list