Solved

Which of the Following Is False

Question 14

Multiple Choice

Which of the following is false?


A) Since BigInteger is not a primitive type, we can't use the arithmetic, relational and equality operators with BigIntegers.
B) BigInteger method compareTo compares the BigInteger number that calls the method to the method's BigInteger argument, and returns -1 if the BigInteger that calls the method is less than the argument, 0 if they're equal or 1 if the BigInteger that calls the method is greater than the argument.
C) The value 1 can be implicitly converted to a BigInteger.
D) BigInteger can represent integer values larger than what primitive type long can represent.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions