this is javascript

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter9: Sequential Access Files And Menus
Section: Chapter Questions
Problem 1RQ: Which of the following opens the employ.txt file and allows the computer to write new data to the...
icon
Related questions
Question

this is javascript

Which of the following code is correct?
A.
File file = new File("file.txt");
FileWriter fileWriter = new FileWriter(file);
BufferedWriter bWriter = new Buffered Writer(file);
B.
File file = new File("file.txt");
FileWriter fileWriter = new FileWriter(file);
Buffered Writer bWriter = new Buffered Writer (fileWriter);
C.
File file = new File("file.txt");
FileWriter fileWriter = new FileWriter();
Buffered Writer bWriter = new Buffered Writer (fileWriter);
a. A
b. B
0 c. c
d. none of the above
Transcribed Image Text:Which of the following code is correct? A. File file = new File("file.txt"); FileWriter fileWriter = new FileWriter(file); BufferedWriter bWriter = new Buffered Writer(file); B. File file = new File("file.txt"); FileWriter fileWriter = new FileWriter(file); Buffered Writer bWriter = new Buffered Writer (fileWriter); C. File file = new File("file.txt"); FileWriter fileWriter = new FileWriter(); Buffered Writer bWriter = new Buffered Writer (fileWriter); a. A b. B 0 c. c d. none of the above
What value does readLine() return upon encountering end-of-file?
a. null
b. The empty string "
c. No value; it throws an exception.
O d. -1
Transcribed Image Text:What value does readLine() return upon encountering end-of-file? a. null b. The empty string " c. No value; it throws an exception. O d. -1
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Multithreading Methods
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage