Re: Null Pointer Exception
- From: "Michael" <mbialowas@xxxxxxx>
- Date: Tue, 08 Nov 2005 18:15:12 GMT
Hi, either way it is false. It must be coming from the class with which it
is in.
"Michael" <mbialowas@xxxxxxx> wrote in message
news:%AXbf.435596$1i.163930@xxxxxxxxxxx
> 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: Benji
- Re: Null Pointer Exception
- References:
- Null Pointer Exception
- From: Michael
- Null Pointer Exception
- Prev by Date: Re: Null Pointer Exception
- Next by Date: Re: Null Pointer Exception
- Previous by thread: Re: Null Pointer Exception
- Next by thread: Re: Null Pointer Exception
- Index(es):
Relevant Pages
|