今天爱分享给大家带来java 编写栈内存溢出异常程序【附代码】,希望能够帮助到大家。
public class StackOverFlow {
private int i;
public void plus() {
i++;
plus();
}
public static void main(String[] args) {
StackOverFlow stackOverFlow = new StackOverFlow();
try {
stackOverFlow.plus();
} catch (Error e) {
System.out.println("Error:stack length:" + stackOverFlow.i);
e.printStackTrace();
}
}
}
原文链接:https://itblood.website/912.html,转载请注明出处。

![森林之庭~小镇牧场生活~V1.2.2 内嵌AI汉化版[更新][750M] [精品RPG/汉化]](/wp-content/uploads/replace/2025/10/04/62a18633b6a747ab16a9dbd1ed03b45d.webp)