InterviewSolution
Saved Bookmarks
| 1. |
Describe about android file system? answer for 5level |
|
Answer» Provides an interface to a FILE system and is the factory for OBJECTS to access files and other objects in the file system. The default file system, obtained by invoking the FILESYSTEMS#getDefault method, provides access to the file system that is accessible to the JAVA virtual machine.Hope it helps . EXPLANATION: |
|