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 factory pattern in java?
What type of parameter passing does java support?
Differences between intermediate operations and terminal operations of java 8’s stream api?
Who created eclipse?
What is interceptor in java?
Why do we need new date and time api in java se 8?
Can I use openjdk for commercial?
What is messaging queue in java?
What is web xml java?
What is setstring method in java?
can a program use more than one command-line argument?
what are the different phases in delivering the project during development and maintenance?
What is contextpath in java?
Why doesn't lsdou work under windows nt? : java security
How can I write a program that takes command line input?