Write a java program that reads a file name from the user, displays information about whether the file exists, whether the file is readable, or writable, the type of file and the length of the file in bytes
Write a java program that reads a file name from the user, displays information about whether the file exists, whether the file is readable, or writable, the type of file…