Java Collection Framework Question and Answers
9. | What does hashCode() method? |
---|---|
|
|
10. | What is hash collision in hash table and how it is handled in Java? |
---|---|
|
|
11. | How will you load a specific locale? |
---|---|
By ResourceBundle.getBundle() method. | |
12. | Which package is used for pattern matching with regular expressions? |
---|---|
java.util.regex package is used for this purpose. | |