1.

How can we create a symbolic link to file?(a) createLink()(b) createSymLink()(c) createSymbolicLink()(d) createTempLink()The question was posed to me in homework.Asked question is from File and Directory topic in division Autoboxing & Miscellaneous of Java

Answer»

The CORRECT option is (C) createSymbolicLink()

To explain: createSymbolicLink() creates a SYMBOLIC link to a TARGET.



Discussion

No Comment Found

Related InterviewSolutions