Given the code fragment:Path file = Paths.get ("courses.txt");// line n1Assume the courses.txt is accessible.Which code fragment can be inserted at line n1 to enable the code to print the content of the courses.txt file?