stack overflow ? in java code example
Example 1: java definition code stack overflow
class MyClass
{
private static final int PROTEINS = 0;
...
MyArray[] foo = new MyArray[PROTEINS];
}
Example 2: java stack overflow
class someClass{
public static void main(string[] args){
loop();
}
public static void loop(){
loop();
}
}
class someOtherClass{
public static void main(string[] args){
while(true){
Systen.out.println("STACKOVERFLOW");
}
}
}
class someOtherOtherClass{
public static void main(string[] args){
for (i = 1; i > 0; i++){
Systen.out.println("STACKOVERFLOW AGAIN");
}
}
}