Explain where the following method invocations are most likely to be found in a program for dealing with census data organized using the Model, View, Controller (MVC) design pattern. Choices are zero or more of Model, View, and Controller. Be sure to explain
A.setCounty(newCounty);
B.getNumStates();
C.setModel(model);
D. actionPerformed(actionEvent);
E. processEvent(actionEvent)