hi programmer,
I am writing a double link list. when I try to insert an item, it gives me an null pointer error when I try to run it. this is what I basically did, in the list class,
I declared GroceryItemNode newItem = new GroceryItemNode();
then I used this new object to call another...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.