A(n) ________ is like an alias. Once this property is established, every object you create will display this instead of the field name

A) field format B) caption C) input mask D) validation rule

B

Computer Science & Information Technology

You might also like to view...

To add a line around a text box, which of the following should be done?

A) Change the shape fill. B) Change the shape outline. C) Change the shape effects. D) Change the shape position.

Computer Science & Information Technology

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.

Computer Science & Information Technology