When using == and != on non objects like primitives its compares the values, however when using the same way to compare two objects you will be comparing the actual object so see if they have the...