Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > binary operator > ==
Next binary operator>    Upbinary operator, identity comparison operator, relational operator    Previous binary operator<=   

== comparison table
Subject use use by has definition have purpose is a kind of return is an instance of
binary operatoran infix notation An operator that has 2 argumentsto perform a simple function of 1 to 3 argumentsoperatora value called its result 
identity comparison operator   to perform a simple function of 1 to 3 argumentsoperatora value called its result 
relational operator   to perform a simple function of 1 to 3 argumentsoperatora value called its result 
==an infix notationboolean data type 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 a booleanrelational operator

Next binary operator>    Upbinary operator, identity comparison operator, relational operator    Previous binary operator<=