Java Questions Answers
Java Questions Answers
What is Directory?
A directory is a file system structure that contains files or other directories, helping in
organizing files into a hierarchy.
By using which command we can navigate the more than one next folder?
The 'cd <path>' command is used to navigate through multiple folders in a path.
By using which command we can navigate the more than one previous folder?
The 'cd ..\..' command is used to navigate two levels back in the directory structure.