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
Can we have any code between try and catch blocks?
What is the difference between actual and formal parameters?
If goto and const is reserve words than why it is not work in java?
What does string mean in java?
When should you make a function static?
Is main an identifier?
How do you sort an array in java?
Which package has light weight components?
How do you find the absolute value?
Explain about the dynamic behavior of core java?
What is anagram in java?
What do you understand by the term wrapper classes?
Is array dynamic in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Can a private method be declared as static?