Java requires a ________ call for every object that’s created.
a. constructor
b. destructor
c. parameterless
d. parameterized
A
Computer Science & Information Technology
You might also like to view...
What type of loop always executes at least once
What will be an ideal response?
Computer Science & Information Technology
If a class contains the default constructor and no values are specified when the object is declared, the ____ executes and initializes the object.
A. default destructor B. first destructor in the program listing C. last constructor in the program listing D. default constructor
Computer Science & Information Technology