Answer:
The expression of the following question are:
new PrintWriter("message.log")
Explanation:
In the given statement, the value is the reference of the newly formed function's objects that linked to a file called 'message.log.' The b > PrintWriter object can be formed which is not to destroy or overwrite existing content in the file, but rather than to add result to any existing content. So, that's why firstly, we write "new" built-in keyword then, PrintWriter and pass that file in it.