Skip to main content

Posts Tagged ‘process multiple files’

Istock 1194668332

How to process multiple files simultaneously using Java Multithreading

Overview This use case describes how to process multiple files simultaneously by assigning number of threads on runtime.   Advantage Can assign N number of threads on runtime based on CPU utilization. Can process all the files in less time.   Required applications to work on this use case Using command prompt Any IDE for […]