Null Pointer Exception
- From: "Michael" <mbialowas@xxxxxxx>
- Date: Tue, 08 Nov 2005 06:29:15 GMT
Hi ya guys,
I am working on another problem; well short of the same one, but a different
part of it. I can't seem to get away from the Null Pointer Runtime error.
Anyways, it happens at X***
for(j = 0; j < s.length; j++) {
X*** System.out.println(s[j].nextChar()); //****
System.out.println(s[j] == null);
}
I've tested to see wheather s[j] is null I got a false; so I take it as not
null. Any suggestions, I would post the entire code, but I am still unsure
how to validate date.
.
- Follow-Ups:
- Re: Null Pointer Exception
- From: Leon
- Re: Null Pointer Exception
- From: Michael
- Re: Null Pointer Exception
- From: Roedy Green
- Re: Null Pointer Exception
- From: Benji
- Re: Null Pointer Exception
- Prev by Date: Re: need drawing the empty triangle
- Next by Date: Re: Null Pointer Exception
- Previous by thread: need drawing the empty triangle
- Next by thread: Re: Null Pointer Exception
- Index(es):
Relevant Pages
|