5.3k views
5 votes
Mkdir() is the command in Java to create a new directory.
a) True b) False

User Cassia
by
8.2k points

1 Answer

5 votes

Answer:

True.

Step-by-step explanation:

mkdir() method in java is a part of the file class.The mkdir() command is used to create a new directory and it is denoted by the path name that is abstract.This function mkdir() returns true if the directory is created and false if the directory is not created by this function.

Hence the answer for this question is True.

User Do Good
by
7.7k points