Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how do you store phone numbers using java collections

Answers were Sorted based on User's Feedback



how do you store phone numbers using java collections..

Answer / ankur dhoot

Shahnawaz Sheikh---sorry to say but don't you think that ur
ans is having some flaw...u r correct that phone no can be
store in HasMap but u have taken name as key but name can be
repeated while ph no is unique so don't u think that phone
no should be key in upper hash map.

Is This Answer Correct ?    9 Yes 2 No

how do you store phone numbers using java collections..

Answer / shahnawaz sheikh

Using HashMap.. can be one of the way.

HashMap hs = new HashMap();

hs.put("amit","989213232");
hs.put("john","989211422");
hs.put("Alex","989214578");

Is This Answer Correct ?    6 Yes 4 No

how do you store phone numbers using java collections..

Answer / saikatk

Sorry,sunny i am not agree with your scenario that one
number is common for husband & wife or between friends
etc.It is not real life scenario, phone no. are always
register with single person name ,that might be possible two
or many persons have
name,if we use HashMap , the Key might be different than
name like empid or securityid or some unique parameter.
Thanks

Is This Answer Correct ?    5 Yes 3 No

how do you store phone numbers using java collections..

Answer / rajeev

Hash map is only the answer to solve this type of problem....
HashMap hs=new HashMap();
hs.lateral={"Ankit Arora","9897655434"};


like this we can store the number using hash map table.

Is This Answer Correct ?    0 Yes 4 No

how do you store phone numbers using java collections..

Answer / sunny

We will have to assume that the names are going to be
unique. We may have a situation, that one number is common
for husband & wife or between friends etc. I mean, there is
a possibility, right? And normally you get the name of the
person and you have to find the phone number (I dont think
its going to be the other way round...in normal cases).
Then we need to have the name as the "Key", rather than
as "Value". Let me know, your thoughts on the same. Thanks.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Core Java Interview Questions

Can a class extend 2 classes in java?

0 Answers  


Why is the singleton pattern considered to be an anti pattern?

0 Answers  


What is an infinite loop?

2 Answers  


What is a type parameter in java?

0 Answers  


why we r not use pointers in corejava?

2 Answers   Samsung,


Is main an identifier?

0 Answers  


how to open and edit XML file in Weblogic???

0 Answers   Symphony,


finalize() method?

5 Answers  


Explain notifyall() method of object class ?

0 Answers  


What is run time allocation?

0 Answers   Fidelity,


How will you serialize a singleton class without violating singleton pattern?

0 Answers  


Explain restrictions on using enum?

0 Answers  


Categories