You are creating an application that lists processes on remote computers. The application requires a method that performs the following tasks: <br /> Accept the remote computer name as a string parameter named strComputer. <br /> Return an ArrayList object that contains the names of all processes that are running on that computer. <br /> You need to write a code segment that retrieves the name of each process that is running on the remote computer and adds the name to the ArrayList object.<br /> Which code segment should you use?()<br /> <img src="https://nimg.ppkao.com/2018-07/zhou
A、A
B、B
C、C
D、D