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 are orm tools in java?
What are the new features about Java se 8 ?
What is gwt in java?
What is the locale class?
What is a stream in java?
How should I format my code? How should I comment my code?
What is persistence xml in java?
i have client interview in TCS.client is CITI BANK.how to face it,what type of questions they will ask,please tell send me to kumar525job@gmail.com
What is http session in java?
Why are command line arguments passed as a string?
What is exe file in java?
What is flatmap in rxjs?
What is the difference between lambdas and delegates?
how can we create the ui using netbeans,having the code?
Where is java installed?