Skip to content

String Buffer and Builder

M. Hamza Haroon requested to merge task-4-branch-Q3 into main
  1. 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.

Merge request reports