Comprehensive Java Answers
Comprehensive Java Answers
COMMAND PROMPT
What is Directory?
A structure in a file system to organize files and other directories.
By using which command we can navigate the more than one previous folder?
The 'cd ..\..' command navigates multiple levels up in the hierarchy.
Can we write more than one semicolon at the end of printing statements?
Yes, but it is unnecessary and considered bad practice.