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 all access modifiers are allowed for top class ?
What is the basic concepts of OOPS?
What are the types of java?
What is formatted output in java?
What is Enum in Java?
What is meant by distributed application? Why are we using that in our application?
Is a method a function?
What is a generic data type?
What is multiple inheritance? Is it supported by java?
Can I declare a class as private?
What is an interoperable application in java ?
What is an anonymous class in java?
Can you inherit a constructor java?
what is thread? What are the high-level thread states? : Java thread
What is the difference between form & report?