Sno.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
String Class Methods [Link] [Link] [Link]('x','y') [Link]() [Link](s2) [Link](s2) [Link]() [Link](n) [Link](s2) [Link](s2) [Link](n) [Link](n,m) [Link](p) [Link]() [Link]('x') [Link]('x',n) [Link](m,n,arr,index) startsWith() endsWith() equals vs ==
StringBuffer Methods length() capacity() setLength() charAt(n) setCharAt(index, char) insert(index,str) insert(index,char) reverse() delete(sindex,eindex) deleteCharAt(index) replace(sindex, eindex, string) substring(startindex) substring(startindex, endindex) append()