You cannot override the equals method of the String class, because this class is final and you cannot subclass any final class. So you should be able to use ...
確定! 回上一頁