Solved

Which of the Following Method Calls Illustrate Using the Return

Question 26

Multiple Choice

Which of the following method calls illustrate using the return value of a method as an argument?


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