what is the difference between HashMap And HashTable?
Answer Posted / guest
HashMap is a nonsyncronized and HashTable is a
syncronized.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a literal coding?
Can we override a variable in java?
Can we have any code between try and finally blocks?
What is mnemonic code?
How will you print number in reverse (descending) order in BST.
What do you mean by inner class in java?
What do you mean by append?
What are different types of multitasking?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Write a program to find the greatest of three numbers in java?
Explain java coding standards for interfaces?
Can we override compareto method?
Can a constructor be made final?
How to invoke external process in java.
For class CFoo { }; what default methods will the compiler generate for you>?