Which of these methods are not a part of the String class?
Select 1 option
A. trim ( ) B. length ( ) C. concat (String) D. hashCode ( ) E. reverse ( )
Correct Option is : E
The String class has no reverse ( ) method but StringBuffer (and StringBuilder) do have this method.