Have clues about it but nothing concrete as havn't done anything on it.Its a part of concurrent API. Its very similar to the Task manager that we used to create when executing Runnable tasks. Executor does the similar things that a Task manager would do. Executors is another utility class that has methods to create Thread pool etc..
1 comment:
Have clues about it but nothing concrete as havn't done anything on it.Its a part of concurrent API.
Its very similar to the Task manager that we used to create when executing Runnable tasks. Executor does the similar things that a Task manager would do.
Executors is another utility class that has methods to create Thread pool etc..
Post a Comment