Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > operator > Java operator > Java identity comparison operator > == |
| == comparison table | ||||
| Subject | have purpose | is an instance of | return | is a kind of |
|---|---|---|---|---|
| Java identity comparison operator | Java operator | |||
| == | to compare any two variables to test if they are identical, which means they either refer to the same objects or have the same primitive values | Java identity comparison operator | a boolean |
Next Java identity comparison operator: != Up: Java identity comparison operator