我有一些对象person (int age; String name;).
person (int age; String name;)
如何按名称和年龄按字母顺序对此数组进行排序?
您会使用哪种算法?
java sorting
java ×1
sorting ×1