Answer Posted / chandra sekhar dash
Unicode systemis an encoding standard that provides aunique
number for every character, no matter what the
platform,program,language is.Unicode uses 2bytes to
represent a character
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a singleton class? Give a practical example of its usage.
What best practices should you follow while writing multithreaded code in java?
How do you identify if jvm is 32-bit or 64-bit from java program?
Which package has light weight components?
Is singleton class immutable?
Is java a software?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is super keyword explain with example?
Does windows 10 need java?
Can we create a constructor in abstract class?
How strings are created in java?
Can an integer be null java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Explain the purpose of garbage collection in Java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?