Vidyalelo
Java Programming · Q118

Constructors and Methods

Programming · Java Programming · question 118

Q118

Which of these will happen if recursive method does not have a base case?

A.
An infinite loop occurs
Answer
B.
System stops the program after some time
C.
After 1000000 calls it will be automatically stopped
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board