Saved Bookmarks
| 1. |
What Is The Role Of Executors.unconfigurable Executorservice In Executor Framework? |
|
Answer» unconfigurable ExecutorService RETURNS an OBJECT that delegates all methods of ExecutorService to the given executor so that any other METHOD cannot ACCESSED by cast. unconfigurable ExecutorService returns an object that delegates all methods of ExecutorService to the given executor so that any other method cannot accessed by cast. |
|