Google News
logo
Java - Interview Questions
Special operations those we can only perform on StringBuffer and StringBuilder:
append
insert
delete
reverse
Since string is immutable we cannot perform these operations on String.
Advertisement