What is Recursion in Java?
1
Recursion is a class
2
Recursion is a process of defining a method that calls other methods repeatedly
3
Recursion is a process of defining a method that calls itself repeatedly
4
Recursion is a process of defining a method that calls other methods which in turn call again this method