53.3k views
23 votes
What is the ratio of students who dance to total number of students 35,27,43,33,26

User Rxmnnxfpvg
by
7.4k points

1 Answer

10 votes

Answer:

The true statements are :

A. assertEquals(student1,student2)

C. assertSame(student1,student3)

Step-by-step explanation:

AssertEquals() asserts that the objects are equal, but assertSame() asserts that the passed two objects refer to the same object or not, if found same they return true, else return false.

i hope this work for you

User Cbt
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.