top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why does java use Unicode ?

+2 votes
237 views
Why does java use Unicode ?
posted Jan 22, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Java was designed for worldwide use. Thus, it needs to use a character set that can represent all the world’s languages. Unicode is the standard character set designed expressly for this purpose. Of course, the use of Unicode is inefficient for languages such as English, German, Spanish, or French, whose characters can be contained within 8 bits. But such is the price that must be paid for global portability.

answer Jan 22, 2016 by Nway Nadar
Similar Questions
+1 vote

Give proper explanation.

I am new in Java but I have knowledge about C programming.

+4 votes

In other words,Why does Java RMI implementation create so many sockets when my application uses custom socket factories ?

...