单项选择题

A.load(InputStream inStream)通过输入流加载配置文件
B.setProperty(String key,String value)设置属性的键值对信息
C.getProperty(String key)通过指定的键获取该属性的值
D.以上都对