The basic generic functional interface ________ in package java.util.function contains method accept that takes a T argument and returns void. Performs a task with its T argument, such as outputting the object, invoking a method of the object, etc.
a. Consumer
b. Function
c. Supplier
d. BinaryOperator
a. Consumer
Computer Science & Information Technology
You might also like to view...
The ________ audit process should be conducted on new IT systems and services once they are implanted; and on existing systems periodically, often as part of a wider, general audit of the organization or whenever changes are made to the organization’s security policy.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Consider the peek() operation for the ADT Stack as described by the author. What is its output?
a. true or false a. there is no output b. the object that is at the top of the stack c. the number of items left on the stack
Computer Science & Information Technology