Page 1 of 1

Which of these is not a correct statement?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) A recursive method must have a base case
b) Recursion always uses stack
c) Recursive methods are faster that programmers written loop to call the function repeatedly using a stack
d) Recursion is managed by Java Runtime environment