Answer Posted / vinoth sing
java uses the uniform 16 bit coding scheme called unicode to
represents characters which can incorporate 65000 characters.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the importance of finally block in exception handling?
what are synchronized methods and synchronized statements? : Java thread
Can we override private constructor in java?
What is a java object and java application?
How to split a string in java?
Which java version is latest?
Write a factorial program using recursion in java?
What does compareto () do in java?
Can we force garbage collector to run ?
Do you know why doesn't the java library use a randomized version of quicksort?
What is the difference between length and length () in java?
What does method mean?
When would you use a static class?
How do you achieve singleton?
Can an interface be final?