why java has the size of character 2 byte ,while in c/c++ it
is of 1 byte?
Answer Posted / eknath337
Bcz of the JVM internally representing the character in
Hexadecimal system.That's why it is using 2 byte instead of
1 byte.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How do I run a java project in netbeans?
What is the difference between map and flatmap in java?
What is profile in java?
What is Map,List,hashtable,ArrayList and difference between them??
Can the main method be overloaded?
How do you count in java?
How do you find lambda?
What is ibatis in java?
What is injection in java?
In java thread programming, which method is a must implementation for all threads?
What is ehcache in java?
What is native api in java?
What is mq in java?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
What is type_scroll_insensitive in java?