Multiple Choice
A method that performs some action other than returning a value is called a __________ method.
A) null
B) void
C) public
D) private
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: It is considered good programming practice to
Q24: The modifier private means that an instance
Q25: A variable whose meaning is confined to
Q26: A more eloquent approach in implementing mutator
Q27: A variable whose meaning is confined to
Q29: Java supports operator overloading.
Q30: Method overloading is when two or more
Q31: When the parameters in a method have
Q32: Inside a Java method definition,you can use
Q33: The name of a method and the