Home Answers Viewqa Java-Interview-Questions Question in Array Implementation (java) ??!

 
 


noor
Question in Array Implementation (java) ??!
0 Answer(s)      2 months and 15 days ago
Posted in : Java Interview Questions

Good Morning EveryOne

I have Q in Java - and if any One have the Answers please tall me ??!!

Question is :

1- Create a class called â??PhoneEntryâ?? which can be used to store the name and number of ONE client.

2- Create a class called â??MyArrayListâ?? which stores list of â??PhoneEntryâ?? objects. Use an array of size (MAXSIZE = 1000) to hold the list.

Notes: Add appropriate data fields to the class â??MyArrayListâ??, Add all of the required operations to the class â??MyArrayListâ??. For example, insert, linearSearch, binarySearch, insertionSort, heapSort, â?¦ .

3-Create an appropriate interface that use the class â??MyArrayListâ?? to solve the phone directory problem defined above.

THANKS LOOT

View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.