What is your platform’s default character encoding?


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

Post New Answer

More Core Java Interview Questions

Explain illegalmonitorstateexception and when it will be thrown?

0 Answers  


Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.

1 Answers  


What is string [] java?

0 Answers  


Explain the importance of finalize() method.

0 Answers  


How is hashcode calculated in java?

0 Answers  






I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


What are 5 boolean operators?

0 Answers  


What is a boolean field?

0 Answers  


What is exception propagation?

0 Answers  


how we can make a write-only class in java?

0 Answers  


Why Java doesn’t support multiple inheritance?

0 Answers  


Can list be final in java?

0 Answers  


Categories