Map map = new HashMap(2);
map.add(“1”,”one”);
map.add(“2”,”two”);
map.add(“3”,”three”); What will happen at this line?
Answer Posted / zzzz
Unresolved compilation error will come.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and final?
Tell me the Importent classes in net package?
Does google use java?
Give example to differentiate between call by value and call by reference.
What is the += operator called?
What is hash in java?
Explain the transient field modifier?
What is purpose of keyword void?
What is final keyword in java?
Which variables are stored in heap?
Why we go for collections in java?
How do I get 64 bit java?
What is the function of character?
List some important characteristics on jre
Difference between object and reference?