nerdexam
GIAC

GSSP-JAVA · Question #5

In which of the following directories will files be searched when the classpath is specified by the syntax below.-classpath uc\JavaFiles\NewFiles;uc\ServletFiles;.;

The correct answer is A. The current directory, the NewFiles directory, and the ServletFiles directory. See the full explanation below for the reasoning.

Question

In which of the following directories will files be searched when the classpath is specified by the syntax below.-classpath uc\JavaFiles\NewFiles;uc\ServletFiles;.;

Options

  • AThe current directory, the NewFiles directory, and the ServletFiles directory
  • BThe current directory, the uc directory, the NewFiles directory, and the ServletFiles
  • CThe current directory, the uc directory, the JavaFiles directory, the NewFiles directory, and
  • DThe uc directory, the JavaFiles directory, the NewFiles directory, and the ServletFiles

How the community answered

(26 responses)
  • A
    77% (20)
  • B
    4% (1)
  • C
    12% (3)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice