Java equals () method is a part of Character class that is used to check whether the two character ... charAt(0); boolean r = ch1.equals(ch2); if (r==true) ...
確定! 回上一頁