myseleniumtraining
This blog is for Automation Test Engineers
Home
Tuesday, 29 August 2017
How to retrieve data from notepad
FileInputStream fis=new FileInputStream("xyz.txt");
int j=0;
while(j=fis.read()!=-1){
System.out.println(char)j);
}
fos.close();
}
Email This
BlogThis!
Share to X
Share to Facebook
By Chai on August 29, 2017
0
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment