Say that you know that thing1.equals( thing2 ) is FALSE.

What can you then say about (thing1 == thing2 ) ?

A good answer might be:

(thing1 == thing2 ) will be false, because the only way for thing1.equals( thing2 ) to be false if for there to be two objects.

End of the Chapter

You may wish to review the following subjects. Each blue phrase is a reference to the web page which contains the data for the topic.

The next chapter will continue the discussion of objects and classes.


Click here to go back to the main menu.
You have reached the End.