Just for learning’s sake, I tried in java doc but I did not find it. Maybe some special trick with any operator like !! or --
I like auto-incremental like in i++ = i=i+i
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No that’s the shortest way to negate a
boolean. It’s really only one character more than++and not a super-widely used construct anyways (at least compared to something likei++).