Multiple Choice
All methods (with the exception of constructors) must specify a return type. What is the return type for a method that does not return any values?
A) int
B) public
C) double
D) void
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which of the following types of methods
Q17: In a class that has variables called
Q18: A(n) _ is a step-by-step process for
Q19: Write a method called randomInRange that takes
Q21: A _ variable is shared among all
Q22: When applied to instance variables, the _
Q23: Write a method called threeOfAKind that takes
Q24: If a service is so complex that
Q25: Variables that are declared as static are
Q62: What is the difference between an object