Given:<br /> <img src="https://nimg.ppkao.com/2018-08/wenxueying/2018080115135228534.png?sign=552e9645ede09ba079b3af65acfa4184&t=62d4179d" /><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");