Join Slack
Communities
Powered by
Also there's isn't really a recursion limit, the p...
# announcements
k
karelpeeters
06/01/2018, 10:43 AM
Also there's isn't really a recursion limit, the problem is literally that the stack overflows: stack frames with local variables keep boing added to the stack, and when the memory runs out you get a
StackOverflowError
.
Open in Slack
Previous
Next