Which of the following syntax attaches an output stream to-06027
Which of the following syntax attaches an output stream to console?
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Final Term - Quiz No.5.
Which of the following syntax attaches an output stream to console?
FileWriter fw = new FileWriter("output.txt");
FileWriter fw = new FileWriter(FileDescriptor.out);
FileWriter fw = new FileWriter(FileDescriptor.in);
FileWriter fw = new FileWriter(FileDescriptor);