1.

The ancilliaryTypes parameter of the imposterise()function must all be interfaces.(a) True(b) FalseI had been asked this question in examination.My query is from Maven Introduction in section Running JUnit Tests from Maven2 of JUnit

Answer»

The correct answer is (a) True

To elaborate: The TYPES must all be INTERFACES because Java only allows SINGLE inheritance of classes.



Discussion

No Comment Found

Related InterviewSolutions