How many bits are used to represent unicodde,ASCII,UTF-16
and UTF-8 characters?
Answer Posted / kala
for all characters in java used 2 bytes.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is an immutable object? How do you create one in java?
What is meant by the value of a variable?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is get () in java?
How do you make a thread in java?
What is the internal implementation of set in java?
Differentiate between stringbuffer and string?
What do you mean by ordered and sorted in collections in java?
Does java allow default arguments?
What is array sorting in java?
State the significance of public, private, protected class?
What is the difference between jdk and jre?
What access modifiers can be used for class ?
Which is better arraylist or vector?
What is a numeric format?