Oracle 1z0-809 Question Answer
Given the code fragment:
Path path1 = Paths.get(“/app/./sys/”);
Path res1 = path1.resolve(“log”);
Path path2 = Paths.get(“/server/exe/”);
Path res1 = path2.resolve(“/readme/”);
System.out.println(res1);
System.out.println(res2);
What is the result?
Oracle 1z0-809 Summary
- Vendor: Oracle
- Product: 1z0-809
- Update on: Jul 25, 2025
- Questions: 196