Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What does symbol ! stand for?

548150Jun 22 2009 — edited Jun 22 2009
What does symbol *!* stand for and what is the scope of its work in the following script?

if (!(lastname == null ? other.lastname == null :
lastname.equals(other.lastname))) {
return false;
}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2009
Added on Jun 22 2009
4 comments
110 views