Assuming myMethod( ) returns a string, which of the following statements is valid? Select one:
a. myMethod();
b. System.out.println(myMethod());
c. String result = "Return value is " + myMethod();
d. All of these are valid

Respuesta :

ijeggs

Answer:

D

Explanation:

The Method can be called in any of the three ways

ACCESS MORE
EDU ACCESS