Java Data Types Characters
There are two types of Java data types: primitive and non-primitive. The char data type is a simple 16-bit type that can carry one Unicode character. Java uses 16 bits for characters, which is different from many other languages that only use 8 bits. This lets you use a lot of different symbols and scripts. …










