Question: java question will leave a like A file was created under the /homeewsletters/ folder named today.log. Assume that we have a File object named testFile
A file was created under the /homeewsletters/ folder named today.log. Assume that we have a File object named testFile pointed to the file. Which segment of code will output: /homeewsletters/today.log System.out.println(testFile.getAbsolutePath()); System.out.println(testFile); System.out.println(testFile.getName()); System.out.println(testFile.getPath())
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
