Page 1 of 1

What is Recursion in Java?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
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
d) Recursion is a process of defining a method that calls other methods which in turn call again this method