The output is:
s1 == s3
We need to use the equals() method to test if s1 and s2 are equal becuase they point to different object even though they contain the same string.