java files

Solutions on MaxInterview for java files by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "java files"
Constanza
06 Jun 2018
1import java.io.File;  // Import the File class
2
3File myObj = new File("filename.txt"); // Specify the filename
4