1.

Which is commonly used method of ByteArrayOutputStream class?

A. ByteArrayOutputStream()
B. ByteArrayOutputStream(int size)
C. public synchronized void writeTo(OutputStream out) throws IOException
D. Both A & B
Answer» D. Both A & B


Discussion

No Comment Found