Please enable JavaScript to use CodeHS

CodeHS Glossary


Logical equality Java

Compares the data of the objects instead of the value of the references. Uses the .equals() method.