List nullpointer exception,
February 3, 2009 at 10:21 PM
i'm trying to write a program that reads from the record store and puts it on a list. basically a phone book. cts is the list initialised and newst is the string. however when i do this: cts.append(newst, null); i keep getting a Nullpoint exception. i get it even when i just throw some random string to replace newst. pls help.
View All Comments
| View Tutorial