<img src="https://nimg.ppkao.com/2018-08/zhoulian/201808011438394108.jpg?sign=5e803db64f3fc3e4a6e760030d9272b1&t=62d05dd6" /><br /> and the command line:  <br /> java -Dprop.custom=gobstopper Commander  <br /> Which two, placed on line 13, will produce the output gobstopper?()
A、System.load("prop.custom");
B、System.getenv("prop.custom");
C、System.property("prop.custom);
D、System.getProperty("prop.custom");
E、System.getProperties().getProperty("prop.custom");