воскресенье, 4 сентября 2011 г.

char to ascii integer and back

http://bytes.com/topic/java/answers/17511-char-ascii-integer-back
System.out.println((int)'A');
System.out.println((char)65);

http://ubuntuforums.org/showthread.php?t=298414

Комментариев нет:

Отправить комментарий