摘要:
String类应该是我们用的最多的一个类了。String类的方法很多,每个都写太麻烦了,也没有必要。我就捡我觉得比较重要的和应该注意的点写了。 1、定义 public final class String implements java.io.Serializable, Comparable<Str 阅读全文
摘要:
Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this 阅读全文