Accenture interview question

What is recursion in java?

Interview Answer

Anonymous

6 Sept 2024

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