Java syntax: Difference between revisions

Content deleted Content added
m tidy the lede - MOS:BOLDLINKAVOID and WP:REFERS
m Operators: no curly quotes
Line 429:
! rowspan=3| 7
| style="border-bottom-style: none;" | <code>&lt;</code> <code>&lt;=</code>
| style="border-bottom-style: none;" | [[Relational operator|Relational]] “less"less than”than" and “less"less than or equal to”to"
|-
| style="border-bottom-style: none; border-top-style: none" | <code>&gt;</code> <code>&gt;=</code>
| style="border-bottom-style: none; border-top-style: none" | Relational “greater"greater than”than" and “greater"greater than or equal to”to"
|-
| style="border-top-style: none" | <code>instanceof</code>
Line 439:
! 8
| <code>==</code> <code>!=</code>
| Relational “equal"equal to”to" and “not"not equal to”to"
|-
! 9