The Callable interface (of package java.util.concurrent) declares a single method named call that allows a task to return a value.

a. call
b. execute
c. invoke
d. None of the above.

A

Computer Science & Information Technology

You might also like to view...

Using a O(n3) algorithm, if we double the number of elements in the array, how many times longer will it take to process?

What will be an ideal response?

Computer Science & Information Technology

A(n) _____________________ is an object that defines an erroneous situation from which the program usually cannot recover.

a) error b) exception c) interface d) try block e) catch block

Computer Science & Information Technology