This question already has an answer here: What is a Null Pointer Exception, and how do I fix it? 12 answers I am maybe only stupid right now but i dont find the reason for this nullpointerexception in my code. public Double[] Nullstellen(Polynom p) { Double[] Nullstelle = new Double[500]; int j=0; int[] WerteTabelle= new […]
The post Array with nullpointerexception [duplicate] appeared first on BlogoSfera.