Which Of These Will Happen If Recursive Method Does Not Have A #293
Which of these will happen if recursive method does not have a base case?
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 will happen if recursive method does not have a base case?
An infinite loop occurs
System stops the program after some time
After 1000000 calls it will be automatically stopped
None of the mentioned