Hacker News new | ask | show | jobs
by yzhengyu 5140 days ago
I can't remember it, but there was an interview where Gosling said it was for simplicity.

And rather amusingly (and if I remember correctly...) the char data type in Java is not really the equivalent of char in the other C derivatives.

1 comments

Java char is c wchar. Java also has byte.