0

I have an application that is converting a type of files. while working on the project, i've been testing files by calling them by name, but i want to dynamise that call.

Example 1: String oldFileName = "2015.xls";

Example 2 Reader reader = new FileReader("2015.xls");

0 Answers0