Answer Posted / rohan mendez
Unicode is a Character encoding, which provides a system of numbers to represent characters in a digital device such as computers. java uses UTF-16 encoding scheme of Unicode, which represent each character in one or two sequence of 16 bit bytes, these bytes are called code units.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain OOPs concept.
Explain wait(), notify() and notifyall() methods of object class ?
How do you create immutable object in java?
Is double bigger than float?
How is a structure different from array ?
what is difference betweem home interface and remote interface?
What is string args [] in java?
How to set the permissions to a file in java?
What is difference between final and immutable?
Is empty .java file name a valid source file name?
What is type conversion in java?
Can java run on google chrome?
How can you make a class serializable in java?
What is the difference between access specifiers and access modifiers in java?
Can we have any code between try and catch blocks?