Java syntax: Difference between revisions

Content deleted Content added
Wikimsd (talk | contribs)
Wikimsd (talk | contribs)
No edit summary
Line 156:
< Less than
<= Less than or equal to
 
== and != should not be used to compare contents of objects. They will return true if two references refer to the same object, rather than if the two objects have equivalent value
 
===Conditional===