What data structures are used to perform recursion?



What data structures are used to perform recursion?..

Answer / Mohd Ullfat Ullha Khan

Recursion can be performed using call-stack as a hidden data structure. However, it doesn't rely on explicit data structures like arrays or linked lists.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How to sort array of 0 and 1 in java?

1 Answers  


How can an object be unreferenced?

1 Answers  


What is the difference between arraylist and hashset in java?

1 Answers  


What is difference between classpath and path variables in java?

1 Answers  


What are null interfaces? Give some examples?

2 Answers  


What is sizeof in java?

1 Answers  


What is string [] args?

1 Answers  


How we can make copy of a java object?

1 Answers  


What are constructors in java?

1 Answers  


What are measurable parameters?

1 Answers  


What do you mean by Function Overloading in java?

1 Answers   Impetus,


What is nextint java?

1 Answers  


Categories