Multiple choice Which of the following methods write(s) the properties in the OutputStream object? public void store(Writer w, String comment) public void store(OutputStream os, String comment) public void load(Reader r) both (1) and (2) none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation This method is used to write the properties in the OutputStream object