Visualvm Jprofiler Choose One Install Use Profile Following Program Write Java Applicatio Q43831663
VisualVM and JProfiler, choose one of them, and install it. Useit to profile the following program:
Write a Java application that does the following. The Mainmethod should:
Call a new method which adds 2,000,000 random integers intoan ArrayList, then deletes each one from the ArrayList
Call a new method which adds 2,000,000 random integers intoa LinkedList, then deletes each one from the LinkedList
Call a new method which adds 2,000,000 random integers intoa Hashtable, then deletes each one from the Hashtable
Turn in the following,
- Your source code (.java file)
- Screen shots of the profiler, showing the relative performanceof each of the collection classes
- Answer this question: Which method had the longestruntime?
Expert Answer
Answer to VisualVM and JProfiler, choose one of them, and install it. Use it to profile the following program: Write a Java appli…
OR