Just now I read \"char is the only unsigned integral primitive type in Java.\" Does this mean the char is one of the integral types in Java?
Same as in C, recently I
In memory, essentially everything is integral... but yes. char is an integer type in C, C++ and Java.