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
What are the Advantages of java se 8 new features?
What is the most important feature of java?
Why we use beans in java?
Can we install jre without jdk?
Is eclipse a jdk?
What type of parameter passing does java support?
Is jprofiler open source?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
what are the different phases in delivering the project during development and maintenance?
What is java persistence api used for?
What is a driver in java?
What services can invoke lambda?
I get an exception if I remove the static modifier from main?
explain isalive() method under thread class?
What is persistence xml in java?