How many unicode characters are there?


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

Post New Answer

More Core Java Interview Questions

Is java based on c?

0 Answers  


What is the base class for error and exception?

0 Answers  


Can singleton class be serialized?

0 Answers  


Define how objects are stored in java?

0 Answers  


What is immutability in java?

0 Answers  






Can arraylist contain null values?

0 Answers  


What is the difference between interpreter and compiling ?

2 Answers   TCS,


What is use of static in java?

0 Answers  


What is the difference between arraylist and hashset in java?

0 Answers  


Define how does a try statement determine which catch clause should be used to handle an exception?

0 Answers  


How to perform linear search in java?

0 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


Categories