Commit Graph

7 Commits (51c6d8c0ecf7038d8e5286af2c508a9e8e9b6fd1)

Author SHA1 Message Date
mian3se da3a9670b9 Update index.md (#25589) 2018-11-22 08:57:22 +05:30
Brent Willems cddd01ecef added some info about System.out.printf() method (#22070)
printf() method uses a stringbuilder wich is more efficient in memory
2018-11-18 15:44:42 +00:00
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