Computer Science, asked by allenroyanallenroyan, 1 month ago

which of the following is are true regarding the string array provided as a parameter to the main method in java​

Answers

Answered by Kim0970
0

Statement b: TRUE

In JAVA, A class can implement multiple interfaces but the class can inherit only one class

To inherit class, extends is used and to inherit an interface, implements keyword is used

Hence the correct answer is Only (b) is TRUE.

Similar questions