(单选题,2.0分)从文件db.properties中读取参数名为url的正确代码是( )。

发布于 2021-04-22 22:57:59
【单选题】
A InputStream in = DALSysuser.class.getClassLoader().getResourceAsStream("db.properties"); Properties prop = new Properties();prop.load(in); url = prop.getProperty("url");
B InputStream in = DALSysuser.getResourceAsStream("db.properties"); Properties prop = new Properties(); prop.load(in); url = prop.getProperty("url");
C InputStream in = DALSysuser.class.getClassLoader().getResourceAsStream("db.properties"); Properties prop = new Properties(); url = prop.getProperty("url");
D InputStream in = DALSysuser.class.getClassLoader().getResourceAsStream("db.properties"); prop.load(in); url = prop.getProperty("url");

查看更多

关注者
0
被浏览
97
  • 体验AI问答!更聪明、超智能!
  • 一款基于GPT的超级AI助手,可以对话、创作、写文案!
1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

手机
浏览

扫码手机浏览

分享
好友

在线
客服