Question: Which of the following statements are true? Select the two correct answers. (a) A class can be extended by only one class. (b) Every Java

Which of the following statements are true?

Select the two correct answers.

(a) A class can be extended by only one class.

(b) Every Java object has a public method named equals.

(c) Every Java object has a public method named length.

(d) A class can extend any number of classes.

(e) A non-final class can be extended by any number of classes.

Step by Step Solution

3.41 Rating (164 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

b and e The Object class has a public method named equals but it does not ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Programming 8th Questions!