Fru, thats the only guy I watch, so ya.
Answer:
A) the code the application software uses to take advantage of code written by others
Explanation:
An API is a tool widely used in the development of moderm software applications, it is basically a set of protocols and routines that specifies how the software application should interact with others. It provides the interface of the communucation link for the different parts of the program. The intent of APIs is for the simplification of software development and maintenance.
Answer:
True.
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.