Periksa apakah dua karakter sama dengan java

if('a' == 'a') should be True since both characters are equal
if('A' == 'a') should be False since the ASCII code of the characters are not equal
codeGhost