We didn't create an instance of String when we used String.join(). Why is that?
Fantastic! We didn't have to create an instance because is String.join() is a static method.
Oh, snap! We didn't have to create an instance because is String.join() is a static method.