Path path=Paths.get("...."); //Path interface not class
Another question: Do we need to implement all the methods of path interface listed in the java oracle documentation when we create a class which implements the path interface ?
Path path=Paths.get("...."); //Path interface not class
Another question: Do we need to implement all the methods of path interface listed in the java oracle documentation when we create a class which implements the path interface ?