problem with string comparison
Hi what is is wrong with following price of code....
if( !(row.getString("yy").equals("Unknown")) && !(row.getString("yy").equals("AT&T")) && !(row.getString("yy").equals("MCI")))
Thanks
vivek
Hi what is is wrong with following price of code....
if( !(row.getString("yy").equals("Unknown")) && !(row.getString("yy").equals("AT&T")) && !(row.getString("yy").equals("MCI")))
Thanks
vivek
> Thanks for quick response....this line throws up soem
> error...is it a valid java statement?
>
> Thanks
> vivek
What is the exact error message? Paste it in.
I'm not going to try to read that whole big long and figure out where the error is.
Is it a compile-time problem or runtime? If compile time, then obviously it's not a valid Java statement.