myseleniumtraining
This blog is for Automation Test Engineers
Home
Tuesday, 29 August 2017
How to write contents in notepad
FileOutputStream fos=new FileOutputStream("xyz.txt");
String s="JavaSelenium";
byte b[]=s.getBytes();
fos.write(b);
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