Introduction - If you have any usage issues, please Google them yourself
Through the study summary:
Thirteen
1.String itself does not have the size function, but because the String object has been implemented
Fourteen
The interface of Comparable. This interface is the interface of comparable functions. The comparison method compareTo method is defined here
Fifteen
Description in the Api manual:
Sixteen
This interface forces an overall ordering of objects that implement each of its classes.
Seventeen
This sort is called the natural ordering of classes, and the class of compareTo methods is called its natural comparison method