I am creating multiple threads and all the threads read the same property file (there is no write operation done to property file). Will this cause performance overhead since the same property file is read multiple times by multiple threads?I am creating multiple threads and all the thre