Saved Bookmarks
| 1. |
Write short notes on File handling? |
|
Answer» 1. File handling is an important activity of all web application development process. 2. Files are processed for different tasks using the following events: 1. Opening a file 2. Reading a file 3. closing a file 4. To write a file 5. To append a file 6. To upload a file |
|