This question is from an assignment. I have to override a toString() method in a class that creates a circularly linked list and I actually have a toString() method that works g
Strings should always be used unless string builders offer an advantage in terms of simpler code or better performance
Strings
if you need to concatenate a large number of strings, appending to a StringBuilder object is more efficient.
StringBuilder
object