MCQ
Which of the following is a statement to create a file charfilel.txt by using file object named fwobject?
- ✓File Writer fwobject = new File Writer (“charfilel .txt”);
- Bfwobject = new File Writer (“char filel.txt”);
- Cfwobject = File Writer (“char filel.txt”);
- DNone of these