String Buffer and Builder
- Write a java program to make a String("Java is an Object Oriented Language") using "StringBuffer" and "StringBuilder" and also traverse through both the Strings and print the traversal time in milliseconds. Also observe which String class is faster than the other.