java.lang.NullPointerException


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:20 PM
rynox
 
Posts: n/a
Default java.lang.NullPointerException

Hi All,

I have this error : java.lang.NullPointerException when i run a code
with this lines . Any suggestion ?

for ( int v=0; v<=73; v++ )
{
find1 = array[v].lastIndexOf(valueToFind);
if ( find1 != -1 )
{
System.out.println("Array is =" +array[v]);
}
}

thanks

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump


All times are GMT. The time now is 09:30 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

java.lang.NullPointerException