What is string pool in java?


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

Post New Answer

More Core Java Interview Questions

How do you reverse a string in java without using string buffer?

0 Answers  


What is externalizable?

0 Answers  


What is java regex?

0 Answers  


What is Java Classloader?

1 Answers   Phantom Technologies,


What is type safety in java?

0 Answers  






How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?

2 Answers  


Does string isempty check for null?

0 Answers  


diff b/w sleep(1000) and wait(1000)?

4 Answers   Huawei,


Can we declare a static variable inside a method?

0 Answers  


What is meant by final class?

0 Answers  


List any five features of 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  


Categories