While programming a problem has arisen...
I have to create a Record and in this record class , there will be 50 records in the form of threads, and they should be called by a process outside the class by object..
A simple flow is below:
Record
-> 50 records
{
---> Thread 1
Thread 2. ......
................
................
................
Thread 49. .......
Thread 50
}
Process
{
Object will call all the thread
}
It's very urgent, If anyone can solve this problem....