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. The value 1 can be implicitly converted to a BigInteger.

Computer Science & Information Technology

You might also like to view...

A user informs the network administrator of increasingly common wireless connection problems. The administrator determines the user has recently received a new cordless phone. The phone is MOST likely causing which of the following conditions?

A. Signal strength latency B. Bouncing signal C. Interference D. Crosstalk

Computer Science & Information Technology

TabIndex values for controls in a container, such as a Form or GroupBox, must be ________.

a) greater than zero b) unique c) identical d) sequential e) less than 10

Computer Science & Information Technology