adplus-dvertising
frame-decoration

Question

Java uses Stack type memory instead of Heap type memory in implementing Recursion because of ___ feature of STACK.

a.

FIFO (First In First Out)

b.

LIFO (Last In First Out)

c.

Round Robin

d.

None of the above

Posted under Java Programming

Answer: (b).LIFO (Last In First Out)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Java uses Stack type memory instead of Heap type memory in implementing Recursion because of ___ feature of STACK.