Solved

All Methods (With the Exception of Constructors) Must Specify a Return

Question 20

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions