HI
What can go wrong if you replace && with & in the following code:
String a=null; if (a!=null && a.length()>10) {...}
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AartiPosted Nov 17, 2011, 3:56 AM
VulpesPosted Nov 9, 2011, 4:23 AM
Javeed M ShaikhPosted Nov 8, 2011, 7:21 PM