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 jpa used for?
What is native api in java?
What is @override annotation in java?
What is stateless and stateful in java?
What is resultsetmetadata in java?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
Is jdk an ide?
What is rxjava2?
How do I enable java in firefox?
What does public static void main(string[]) mean?
What is jar file in java?
What is entitymanager in jpa?
Why bean class is used in java?
Explain issues of old java date api?
In hibernate what is the difference between the Session and SessionFactory?