Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Francisca Perez   on Mar 25 In Java Category.

  
Question Answered By: Balbir Kaur    on Mar 25

FileInputStream in=new FileInputStream("<file name>");
Properties prop=new Properties();
prop.load(in);
in.close();
String path=prop.getProperty("PATH");
String connectt=prop.getProperty("CONNECT_STRING");

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on search string in text file using JAVA Or get search suggestion and latest updates.


Tagged: