____________________ predicates check a specific property for a single argument.

Fill in the blank(s) with the appropriate word(s).

unary

Computer Science & Information Technology

You might also like to view...

What’s wrong with this code?

int[] = (1, 2, 3, 4, 5); a) The array size must be specified in the square brackets. b) The parentheses should be square brackets. c) The square brackets should be curly braces. d) The parentheses should be curly braces.

Computer Science & Information Technology

You use a _____________ object to execute SQL statements that retrieve data from a data- base.

a) Connection b) Statement c) DriverManager d) None of the above.

Computer Science & Information Technology