Commit Graph

5 Commits (ad39f4a8d9af12e97b005e3db35cbce12a6f4714)

Author SHA1 Message Date
Sayantan 19dc3cc1ca Defination and few examples changed (#21940) 2018-11-17 15:34:56 -07:00
Jacob Hoard d0911b8d65 Add information about .indexOf() (#21205) 2018-11-07 18:44:15 +00:00
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
Sharon Gao e5af318f13 Add link to official String documentation (#19797) 2018-10-20 22:55:41 -05:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30