what is the difference between HashMap and Hashtable
Answer Posted / prabhat ranjan
You all said that HashMap allows 1 null key and mulitple
null values but why ? What was the basic idea behind it
making such feature by JAVA bulider ?
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Explain what pure virtual function is?
Write a program to find the whether a number is an Armstrong number or not?
Which package has light weight components in java programming?
What is the base class for error and exception?
Give any two differences between C++ and java.
What is a line break example?
Does treeset allow null in java?
Should a main method be compulsorily declared in all java classes?
Can a method be static?
What are the major drawbacks of external iteration?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is a literal coding?
Does java return by reference?
What happens if an exception is throws from an object's destructor?
What happens if I remove static from main method?