A recursive method .

a. is a method that calls itself.
b. can be called directly.
c. can be called indirectly through another method.
d. All of the above.


D

Computer Science & Information Technology

You might also like to view...

Algorithm __________ randomly orders a List's elements.

a. randomShuffle. b. randomPlacement. c. fiftyTwoCardPickup. d. shuffle.

Computer Science & Information Technology

Which of the following is NOT a true statement about class names?

A. A class name can begin with a number. B. A class name must be one word. C. A class name can contain only alphabetic or numeric characters. D. The class name should describe the purpose of the class.

Computer Science & Information Technology

When a method returns nothing it is known as a(n) ____ method.

A. empty B. void C. blank D. null

Computer Science & Information Technology

System software includes the operating system and utility programs

Indicate whether the statement is true or false

Computer Science & Information Technology