Which statement about methods is true? (JAVA) A. All methods require multiple ar
ID: 3739949 • Letter: W
Question
Which statement about methods is true? (JAVA)
A. All methods require multiple arguments
B.Some methods carry out an action; others return a value
C. The return value of a method must be stored in a variable
D. A method must return a value.
____________________________________________
Input to a method, enclosed in parentheses after the method name, is known as ______________.
A. Arguments B. Implicit Parameters C. Interfaces D. Return Values
Which method call represents the invocation of a method that does not have arguments?
A. greeting.length()Explanation / Answer
ANSWER:-
Question (1) option (B) Some methods carry out an action; others return a value
Question (2) option (A) Arguments
Question (3) option (A) greeting.length()
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.