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.

C

Computer Science & Information Technology

You might also like to view...

Which of the following is not a case in which function terminate is called?

a. When the exception mechanism cannot find a matching catch for a thrown exception. b. When the abort function is called before any call to function set_abort. c. When a destructor attempts to throw an exception during stack unwinding. d. When an attempt is made to rethrow an exception when there is no exception currently being handled.

Computer Science & Information Technology

Themes can include font, color, and alignment choices.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology