Which of the following statements is false?
a. Java SE 8 introduces a new CompletableFuture class (package java.util.concurrent), which implements the Future interface and enables you to asynchronously execute Runnables that perform tasks or Suppliers that return values.
b. CompletableFuture static method supplyAsync asynchronously executes a Supplier task that returns a value.
c. CompletableFuture static method runAsync asynchronously executes a Runnable task that does not return a result.
d. CompletableFuture method get is a blocking method—it causes the calling thread to run until the asynchronous task completes and returns its results.
D
You might also like to view...
In Word, ________ mark specific locations on a line of text
Fill in the blank(s) with correct word
Access will automatically create a join line if the common field is designed as a primary key in two tables
Indicate whether the statement is true or false
You can start page numbers on a page other than the first page
Indicate whether the statement is true or false
A scroll box can be used when you are trying to locate information by typing in search terms
Indicate whether the statement is true or false