What is unicode System
By Ramakrishna on Oct 5, 2008 in Java Interview Questions
Rep) UNI code is a specification to include the alphabet of all international languages into the character set of ‘Java’
UNI code system use ’2 bytes’ to represents a single character
why a char need 2 bytes:
–> Sun People are given provision to all the international and classical language. In which java can be written that’s is the reason it isĀ include
The data type value of char is ’0 to 65535‘.
