How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How can final class be used?

5 Answers   Accenture, Wipro,


What is private static in java?

0 Answers  


what is daemon thread and which method is used to create the daemon thread? : Java thread

0 Answers  


What is Map interface?

3 Answers   Wipro,


What is a constructor overloading in java?

0 Answers  






What is finally block?

0 Answers  


Can we assign the reference to this variable?

0 Answers  


Why is serialization required?

0 Answers  


Print Vertical traversal of a Binary Tree.

0 Answers   Amazon,


Does list maintain insertion order java?

0 Answers  


If an object is garbage collected, can it become reachable again?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Categories