Which Of These Is Not A Correct Statement #294
Which of these is not a correct statement?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Classes Methods - Java Recursion - Quiz No.1.
Which of these is not a correct statement?
A recursive method must have a base case
Recursion always uses stack
Recursive methods are faster than programmer’s written loop statement that calls the function iteratively
Recursion is managed by Java Runtime environment