المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multithreading in JAVA



Java Programming
10-27-2009, 02:47 AM
Hi All, I am writing a program which will read list of customer from database and will create file for each customer. I want to do this using multi threading. Say for example, there are 10 customer in database, i wish to run 4 threads to create file, once any thread is complete call anotehr thread...