Question:
Is multithreading possible in file move functionality using java ?
Explanation: Currently move functionality working on single thread mechanism. So it’s taking a time. so is there any possibility if I change to multithreading so I get better result.
Expectation: Improve move functionality
Note: Due to organization policies. Not able to share the code.