Solved

Which of the Following Method Calls Illustrates the Return Value

Question 75

Multiple Choice

Which of the following method calls illustrates the return value of a method as a parameter?


A) greeting.length() ;
B) greeting.println("Hello") ;
C) System.out.println(length.greeting() ) ;
D) System.out.println(greeting.length() ) ;

Correct Answer:

verifed

Verified

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

Related Questions