getBinaryStream returns a stream that provides raw bytes from database without conversion - JDBC
Q. Which methods returns a stream that simply provides the raw bytes from the database without any conversion?- Published on 22 Jul 15a. getCharacterStream
b. getBinaryStream
c. getAsciiStream
d. getUnicodeStream
ANSWER: getBinaryStream