An infinite recursion occurs when one or several recursive methods keep on calling each other and never reaching a terminal case. Such a situation will most likely end up in the call stack to overflow.
An infinite recursion occurs when one or several recursive methods keep on calling each other and never reaching a terminal case. Such a situation will most likely end up in the call stack to overflow.