Quantcast
Channel: BlogoSfera » looks
Viewing all articles
Browse latest Browse all 14

StackOverFlow Error on classes

$
0
0

I am trying to make two classes with each classes has an instantiation of another class, but havaing a java.lang.StackOverFlowError. The first class looks like below public class ReverseGPA { GPpredictor gp_predictor = new GPpredictor(); //This is the line that causes error double CURRENT_CREDITS; double FUTURE_CREDITS; double CUM_GPA; double DESIRED_GPA; double NEW_GRADE_POINT; int ROUNDED_GRADE_POINT; double […]

The post StackOverFlow Error on classes appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 14

Trending Articles