Ask Question
18 May, 11:58

Given an initialized String variable message, and given a PrintWriter reference variable named output that references a PrintWriter object, write a statement that writes the string referenced by message to the file in to which output streams.

+2
Answers (1)
  1. 18 May, 12:41
    0
    The output streams to this question is "output. print (message) ".

    Explanation:

    The description of the following can be given as:

    In the given question it is define a string datatype variable that is "message". Then we create a reference variable of PrintWriter class that is "output" and call string type variable that is message by the use of the print function we print message.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Given an initialized String variable message, and given a PrintWriter reference variable named output that references a PrintWriter object, ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers