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 is persistence xml in java?
What are the differences between java’s old java date api and java 8’s date and time api?
What is the difference between java se and java ee?
What about products that claim to detect malicious applets? : java security
How do I export a java project?
What is java ioc?
Is jdk an ide?
Please can anybody explain what exactly "the project architecture" means???
What do you understand by casting in java language? What are the types of casting?
what are the different phases in delivering the project during development and maintenance?
What about 'hostile applets'? : java security
What is meant by framework in java?
How many types of jdk are there?
What is the first argument of the string array in main method?
what is reflection api? How are they implemented?