freeCodeCamp/guide/english/java/strings
Manish Giri 164f165fca fix(guide): Fix incorrect code in Java Strings (#27399)
Using `==` to compare String objects checks references to the two objects, and in this case, those two references point to the same string object created **in the String Pool**. Hence this returns `true`, and not `false`, as is incorrectly stated in the guide.

Also fixed formatting.
2018-10-24 15:58:32 +05:30
..
index.md fix(guide): Fix incorrect code in Java Strings (#27399) 2018-10-24 15:58:32 +05:30