Pregunta de entrevista de Accenture

What is recursion in java?

Respuesta de la entrevista

Anónimo

6 sep 2024

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