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 15

a. getCharacterStream
b. getBinaryStream
c. getAsciiStream
d. getUnicodeStream

ANSWER: getBinaryStream

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)