char
In Java, the char primitive type represents a single character. It can store letters, digits, and symbols using unicode, and occupies 2 bytes of memory.…
In Java, the char primitive type represents a single character. It can store letters, digits, and symbols using unicode, and occupies 2 bytes of memory.…