Which of the following are true?
Choose all that apply.
println()
method. format()
method. println()
method. A, B, C, D.
Both System.out and System.err are instances of PrintStream, which has a println()
method and (as of version 5.0) a format()
method.