Vidyalelo
Java Programming · Q73

Constructors and Methods

Programming · Java Programming · question 73

Q73

What is Recursion in Java?

A.
Recursion is a class
B.
Recursion is a process of defining a method that calls other methods repeatedly
C.
Recursion is a process of defining a method that calls itself repeatedly
Answer
D.
Recursion is a process of defining a method that calls other methods which in turn call again this method

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board