Which of these classes provides methods for writing binary representations of Java primitive values?.
Select the two correct answers.
(a) and (c)
Classes that implement the DataOutput interface, i.e., DataOutputStream and ObjectOutputStream, provide methods for writing binary representations of primitive values.
The output stream classes FileOutputStream, PrintStream, and BufferedOutputStream do not provide such methods.