how to check null against a string in java?

Posted by k38 on Stack Overflow See other posts from Stack Overflow or by k38
Published on 2010-05-27T11:11:23Z Indexed on 2010/05/27 11:21 UTC
Read the original article Hit count: 94

Filed under:

how to check null against a string in java? i am using stringname.equalsignorecase(null) but its not working.....

© Stack Overflow or respective owner

Related posts about java