Which condition among the following might result in memory exception?
(a) False if conditions
(b) Nested if conditions that are all false
(c) Infinite loops
(d) Loop that runs exactly 99 times
I got this question in unit test.
I want to ask this question from Catching Class Types topic in chapter Exception Handling & Static Class Members of Object Oriented Programming