Which JDBC feature allows accessing large binary and text files?
Which JDBC feature allows accessing large binary and text files? a) BLOB and CLOB support b) LargeObject support c) FileStream support d) FileBlob support Answer: a) BLOB and CLOB support Explanation: The BLOB (Binary Large Object) and CLOB (Character Large Object) features in JDBC allow accessing and manipulating large binary and text files within a […]
Which JDBC feature allows accessing large binary and text files? Read More »