The difference between Absoulte path and Path with a root component in Java documentation of Path.resolves()
I have been learning about file system management in Java. I came across the documentation of the resolve method under Path interface. I did not understand the difference between a path being absolute and its having a root component. Aren’t they the same?