InterviewSolution
Saved Bookmarks
| 1. |
JUnit test methods must compulsorily return what value?(a) String(b) int(c) Object(d) voidThis question was addressed to me in an interview for internship.The doubt is from Exploring Core JUnit topic in section Exploring Core JUnit of JUnit |
|
Answer» The correct OPTION is (d) void |
|