why java has the size of character 2 byte ,while in c/c++ it
is of 1 byte?
Answer Posted / kunal modi
Because c/c++ is based on the ASCII
And there is only 0 to 255 characters
And 1 byte is enough for represent
256 characters (2*power8=256)
Because c/c++ only support american
Characters
But in java its used the unicode because
It carry all character exist in world
And only 3100-3200 characters present in
World and 1 byte can only store 256
Characters that's why in java char take
2 byte and it can carry (2*power16=65536)
Characters
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is cloning in java?
How do I install jdk?
What is type_scroll_insensitive in java?
What is web xml java?
Which framework is best for rest api java?
Which interceptor is responsible for setting action javabean properties?
Can you compile java into exe?
Does netbeans need jdk?
What is scrollable resultset in java?
What is a java proxy?
What is the use of entity class in java?
What is interceptors in java?
Where is java installed?
What is spliterator in java se 8?
Why bean class is used in java?