2010-05-06 75 views

回答

3

Java char是無符號的; 65535 = 0xFFFF = -1;使用int

1

另請參見this java bug在某些JRE版本中,讀取未讀取-1時,PushbackReader返回65535。