Java Executors defaultThreadFactory() MethodThe defaultThreadFactory() method of Executors class returns a default thread factory used to create new threads. This factory creates all new threads used by an Executor in the same ThreadGroup. If there is a SecurityManager, it uses the group of System. SyntaxParameterNo parameter is passed Returnsa thread factory ThrowNot applicable. Example 1Test it NowOutput: Running thread concurrently Example 2Test it NowOutput: Running thread concurrently ::Sun Mar 17 02:34:38 IST 2019 Running thread concurrently ::Sun Mar 17 02:34:38 IST 2019 Running thread concurrently ::Sun Mar 17 02:34:38 IST 2019 Running thread concurrently ::Sun Mar 17 02:34:38 IST 2019 Running thread concurrently ::Sun Mar 17 02:34:38 IST 2019 Running thread concurrently ::Sun Mar 17 02:34:38 IST 2019 Next TopicJava Executors |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India