What is the precision of java.math.BigDecimal limited _____ digits in the JDK 1.0.2 add-on version of the JDBC API.

A) 18
B) 24
C) 32
D) 64
Explanation: because In JDK 1.1, java.math.BigInteger is implemented in C. It supports a precision of thousands of digits. The same is true for BigDecigmal.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions