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


Please Help Members By Posting Answers For Below Questions

What is difference between static and final?

744


Tell me the Importent classes in net package?

1747


Does google use java?

720


Give example to differentiate between call by value and call by reference.

769


What is the += operator called?

769


What is hash in java?

686


Explain the transient field modifier?

752


What is purpose of keyword void?

772


What is final keyword in java?

746


Which variables are stored in heap?

741


Why we go for collections in java?

738


How do I get 64 bit java?

694


What is the function of character?

739


List some important characteristics on jre

780


Difference between object and reference?

874