Monday, 12 February 2018

How many ways to create a New File in java?

There are three ways to create New File.
1. using java.io.File class
2. using java.io.FileOutputStream class
3. using java.nio.file.Files class

No comments:

Post a Comment