Given: String originalPath = “data\\projects\\a-project\\..\\..\\another-project”; Path path = Paths.get(originalPath); System.out.print(path.normalize()); What is the result?
A.
data\another-project
B.
data\projects\a-project\another-project
C.
data\\projects\\a-project\\..\\..\\another-project
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Sa16253748596
5 months, 1 week ago