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

User Sourav Chandra
by
2.3k points

1 Answer

9 votes
9 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 Titicaca
by
2.7k points