Home / Report Question

Q. Which is the common problem with Recursive methods in Java?
  • A. StackOverflowError
  • B. IndexOutOfBoundsException
  • C. OutOfMemoryError
  • D. None

Correct Answer: A