Accenture Interview Question

What is recursion in java?

Interview Answer

Anonymous

Sep 6, 2024

Using recursion, one function can be called multiple times. This reduces the code length, reducing the overall complexity of the program.