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
Explain suspend() method under thread class>
What is an entity in java?
What is resultsetmetadata in java?
What does el mean in java?
What is map and flatmap?
What is adoptopenjdk?
What is aop java?
What is @resource annotation in java?
What's a code group? : java security
What does jpa mean?
Who created eclipse?
Which is faster c++ or java?
How do I open the java control panel?
How do you run an executable jar file?
What is ioexception in java?