📜  stackoverflow错误java代码示例

📅  最后修改于: 2022-03-11 14:52:45.338000             🧑  作者: Mango

代码示例1
StackOverflowError is a runtime error in java.

It is thrown when the amount of call stack memory allocated by JVM is exceeded.

A common case of a StackOverflowError being thrown, 
is when call stack exceeds due to excessive deep or infinite recursion