Question: I have this so far, is there a different way or I'm doing it wrong? Attached Files: CS2Utils.jar (5.053 KB) Create a class fully-qualified as

 I have this so far, is there a different way or

I have this so far, is there a different way or I'm doing it wrong?

I'm doing it wrong? Attached Files: CS2Utils.jar (5.053 KB) Create a class

Attached Files: CS2Utils.jar (5.053 KB) Create a class fully-qualified as edu.udc.cs2.PersonTracker Create an instance method in the class above signatured as: public void do Process() This method must do the following: Instantiate edu.udc.cs2.CS2Utils. This class is in the jar file Retrieve a List from a method called getNames() that is in the CS2Utils class. The returned list will contain any number of names. Note that some of elements could be null, so your code must disregard any null values. Create code that will output a report of the frequency of the names like: Jon:1 Sara:4 Jim:7 Where the number after the name represents the number of times the name appears. It is NOT required that the report be in any order yet, just report the names and the frequencies as shown. Again, if any of the names are null, disregard that entry. In the main method of Person Tracker instantiate PersonTracker and call the do Process() method which should execute the code in that method. * Sat Feb 20 11:41 AM Eclipse File Edit Source Refactor Navigate Search Project Run Window Help .. eclipse-workspace - Name Frequency/src/edu/ude/cs2/PersonTracker.java - Eclipse IDE T, Package Explorer x E! PersonTracker.java X Exam 2 1 package edu.udc.CS2; 2 Framing Assignment Name Frequency 30 import java.util.ArrayList; 5 EJRE System Library (JavaSE-1.8] 6 public class PersonTracker I SIC 70 public void doProcess(object udc) ( 8 edu.udc.es getNames(); 9 > PersonTrackerjeva 18 Referenced Libraries 110 private void getNames() { C52Utilsjor - Users/daniellecarroll/Downloads 12 List names = new ArrayList(3); edu.ude.cs2 13 CS2Utils.class 14 15 CS2Utils nanes.add(1, null); 16 UTIL_VERSION nanes.add(7, null); 317 nanes.add(4, null); cs2Utils() 18 gathames: List String 19 System.out.println("List: " + nanes); testinterface/String: void 20 21 } > META-INF 22 Practice 236 public void main(String[] args) { PrintMedle 024 char[] getNames = null; ed User Auth Interface 25 System.out.println(getNanes); 26 } 27 } ad Wiritable Smart Insert 27:6: 527

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!