jsp编程中读取数据库属性文件为什么要用Properties prop=new Properties();
InputStream is=this.getClass().getResourceAsStream("/connetion.properties");
而不是FileInputStream fin=new FileInputStream("/connetion.properties");不是读取文件吗