Given:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080209035576527.jpg" /><br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080209033655914.jpg" /><br /> and the command line: java -Dprop.custom=gobstopper Commander Which two, placed on line 13, will produce the output gobstopper?()<p> Given:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080209035576527.jpg" /><br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080209033655914.jpg" /><br /> and the command line: java -Dprop.custom=gobstopper Commander Which two, placed on line 13, will produce the output gobstopper?()</p>
A、A.System.load("prop.custom");
B、B.System.getenv("prop.custom");
C、C.System.property("prop.custom");
D、D.System.getProperty("prop.custom");
E、E.System.getProperties().getProperty("prop.custom");