InterviewSolution
Saved Bookmarks
| 1. |
What does FilePermission class do?(a) This class is used to give permission rights to a file(b) This class is used to restrict the use of permissions(c) This class is used to represent device access permissions(d) This class is used to represent file access permissionsI had been asked this question in an interview.This interesting question is from IO Class topic in division Inbuilt Classes of Object Oriented Programming |
|
Answer» Right answer is (d) This class is used to REPRESENT file access permissions |
|