Java Recursion

Recursion is the process of a function repeatedly invoking itself. There is no need for a looping statement to be executed in the recursion method. With the help of this technique, complex problems can be reduced to more manageable, simpler ones.