Answer Posted / sudha
Map p=new HashMap();
PojoClass pc=new PojoClass();
p.put("key",pc);
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is the difference between choice and list?
Write a method that will remove given character from the string?
What is the structure of java?
What are parsing rules?
What is data and its types?
What access modifiers can be used for variables?
what is enumset?
What is oop principle in java?
How you can force the garbage collection?
How do you override a method in java?
What is a local block?
What is unicode in java?
What is string in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Which is better stringbuilder or stringbuffer?