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...

Clients want to be involved in the design process

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following devices interconnects two LANs running the same type of networking protocol?

A) Protocol hub B) Protocol bridge C) Transparent bridge D) Transparent switch

Computer Science & Information Technology

Basic routing protocols such as RIP version 1 and IGRP support VLSM.

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

Computer Science & Information Technology

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

1. The JAE instruction jumps if the (unsigned) first operand is greater than or equal to the (unsigned) second operand. 2. The JBE instruction is used when comparing unsigned integers. 3. The JO instruction is used after an operation involving signed integers.

Computer Science & Information Technology