What method(s) are contained in the Executor interface of the java.util.concurrent package?

What method(s) are contained in the Executor interface of the java.util.concurrent package?



Answer: void execute(Runnable r)


Learn More :

Multithreading and Concurrent Processing

Learn More Multiple Choice Question :