I imported a csv file with 3 columns; “ipAddress”, “name”, “description” into my ArrayList. How do I create a method that pings just the “ipAddress” fields in my ArrayList ? Then how do I point my ArrayList at that method?
I have created a DataReader class to import the data and add it into my ArrayList. But I am now stuck on creating a method which I want to ping the ipAddress field in my ArrayList.
New contributor
user24637246 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.