0

What is this mean in java ?

static ExecutorService es = Executors.newFixedThreadPool(2);

23rd Nov 2017, 11:04 PM
Nehal Magdy
Nehal Magdy - avatar
7 Answers
23rd Nov 2017, 11:42 PM
Dmitrii
Dmitrii - avatar
+ 2
thank you .. but can i ask you .. what about thread i don't know how to use it đŸ˜„
23rd Nov 2017, 11:48 PM
Nehal Magdy
Nehal Magdy - avatar
+ 2
then you have to read about java threads and parallel programming
23rd Nov 2017, 11:49 PM
Dmitrii
Dmitrii - avatar
+ 1
this is a great tutorial on java multithreading or you can just search online you will find alot of info on how to use threads https://www.tutorialspoint.com/java/java_multithreading.htm
24th Nov 2017, 4:06 AM
Abdel Aziz Abdel Fatah
Abdel Aziz Abdel Fatah - avatar
+ 1
TutorialsPoint tutorials are really good for beginning with multiple languages, such as Python 2 and 3, and Java.
24th Nov 2017, 4:10 AM
LunarCoffee
LunarCoffee - avatar
0
Start off with a class that extends Thread or, better, implements Runnable. You can find guides in the SoloLearn Java tutorial, or you can just Google "java multithreading."
24th Nov 2017, 2:22 AM
LunarCoffee
LunarCoffee - avatar
0
nehal??
16th Dec 2017, 4:08 AM
Eslam Muhammed
Eslam Muhammed - avatar