charAt() StringBuffer Example

To manipulate string, java.lang.StringBuffer class comes with many methods, otherwise which will take long laborious coding as in C/C++. One such method is charAt() StringBuffer that returns the character at the specified index number passed as argument to the method. What Java API says about charAt() StringBuffer: public synchronized char charAt(int index): Returns the character …

charAt() StringBuffer Example Read More »