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 have read that C types includes scalar types, function types, union types, aggregate types, and scalar types include pointer types and arithmetic types, then arithmetic types include integral types and floating-point types, the integral types include enumerated types and character types.
Can the char type really be categorized as a integer both in Java and C?