which of the following are true about file Class? choose all that apply.
you can perform file I/O operations by using its methods
you can find size of the file by using its size() method
you can check if file exists by its exist() method
you can delete the file by its delete() method