Objective: Compare the CPU efficiency and memory efficiency between ArrayList and Vector. You are tasked to: A. Develop a program...

profileshr601

Objective: Compare the CPU efficiency and memory efficiency between ArrayList and Vector. You are tasked to: A. Develop a program to compare the CPU efficiency and memory efficiency between searching against java.util.ArrayList and searching against java.util.Vector. This program will: 1. Generate and store 200,000 random numbers in two data structures: ArrayList < Integer> Vector 2. Show the memory used by java.util.ArrayList 3. Show the memory used by java.util.Vector 4. Show the time used to search against java.util.Vector 5. Show the time used to search against java.util.ArrayList For 4 and 5, you decide what numbers and how many numbers to search. Hence, it is not possible that 2 people could come up with an identical solution.) This program generates 4 lines of output:  Memory used by ArrayList  Memory used by Vector  Time used by ArrayList  Time used by Vector B. Put your program output in MS Word or pdf file and submit the file on Moodle. (You can include the screen shot of your program out in MS Word or pdf file.)

    • 9 years ago
    • 5
    Answer(0)
    Bids(0)