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
Why main() method is public, static and void in java ?
What is the full form of jpeg?
Are arrays static in java?
Can we call thread start () twice?
What is identifier in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What about anonymous inner classes in java?
What is array in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Is minecraft 1.15 out?
What is static block?
Is java jre still free?
How can a gui component handle its own events?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is the static keyword?