thanks ,
I will rty and let you know
what up...
User Profile
Collapse
-
in line 30:
if (address[i].equals(address nosearch) ) //could use == true
the variable address[i] is equals to null like all the others locations in the array
address.
to avoid this you can write another if like this
if(address[i]==null) //will not work with .equals!!!
i++;
else if (address[i].equals(address nosearch) )
found = true;
else
...Leave a comment:
-
how to take current dollar rate from a webpage.
hello ,
i need help in geting the current dollar rate from a web page
to a program i'm working on in java
can anyone help me with this???
thanks.
No activity results to display
Show More
Leave a comment: