Null Pointer Exception



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.


.



Relevant Pages

  • Re: Null Pointer Exception
    ... > Runtime error. ... > unsure how to validate date. ... Prev by Date: ...
    (comp.lang.java.help)
  • new to VB
    ... the .Net environment. ... I've created a login screen and I need to validate the data (user name ... and password) against database information how do I do that? ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: USB 250GB drive and WinME
    ... >From a post I made earlier in which I said (partly in jest):- ... " Or even a valid test proceedure to validate my drive above ... Prev by Date: ...
    (comp.sys.ibm.pc.hardware.storage)
  • Re: DRC Verification Problem
    ... environmental variables as you mention. ... I am unsure as to what else could go wrong. ... Fazela ... Prev by Date: ...
    (comp.cad.cadence)
  • Validate and change
    ... I am trying to set up my page to validate that the Currency input the user ... Tom ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)