Java Code Error Help..please
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-04-01T23:52:46Z
Indexed on
2010/04/02
0:03 UTC
Read the original article
Hit count: 370
java
I am getting the following error and do not know how to fix it....any help would be great...Thanks
Exception in thread "main" java.lang.NullPointerException
at Polynomial.add(Polynomial.java:115)
at PolyTest.main(PolyTest.java:18)
© Stack Overflow or respective owner