Solved

Which of the Following Represents a Method Call to a Method

Question 27

Multiple Choice

Which of the following represents a method call to a method with a void return type?


A) greeting.isEmpty()
B) System.out.println()
C) greeting.replace("Hello","World")
D) greeting.length()

Correct Answer:

verifed

Verified

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

Related Questions