How is it possible for two String objects with identical values not to be equalunder the ==operator

The == operator compares two objects to determine if they are the same object inmemory. It is possible fortwo String objects to have the same value, but located indifferent areas of memory.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions