Skip to main content

Jeyanth Selvan

Jeyanth Raja Selvan is a senior technical consultant for Perficient India. He has over 9 years of experience in software development.

Blogs from this Author

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 […]