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 linkedlist in java?
Is null a string?
Can we nested try statements in java?
What is flag in java?
What do you mean by platform independence of Java?
Which package has light weight components in java programming?
What is a "pure virtual" member function?
What are the topics in advance java?
Describe 2 different ways to concatenate two strings.
How many inner classes can a class have?
What are different types of multitasking?
Write a program to print fibonacci series up to count 10.
What is square root in java?
Difference between keyword and identifier.
I want to store more than 10 objects in a remote server? Which methodology will follow?