1
Answer

assign values of arraylist to Thread Array

Ask a question
I have an arraylist which contains 10 values and again i have created a thread array i want to assign the thread arraylist values equally to all each thread of thread array having a thread count as 5.i.e,each thread will get 2 values from array list.how to assign those two values from arraylist to each thread???and again i need to run those threads parallelly.

Answers (1)