1.

Which of these data types is used by operating system to manage the Recursion in Java?(a) Array(b) Stack(c) Queue(d) TreeThis question was addressed to me during a job interview.I'm obligated to ask this question of Recursion in chapter Classes and Methods of Java

Answer»

Correct answer is (b) STACK

To elaborate: Recursions are always MANAGED by USING stack.



Discussion

No Comment Found

Related InterviewSolutions