Java MCQ Set 1 1. ___ is a free Java tool that calculates the percentage of code accessed by tests. a) Cobertura b) JUnit c) XUnit d) Maven AnswerAnswer: a [Reason:] Cobertura is used to identify which parts of the Java program are lacking test coverage. 2. Cobertura is based on ______ a) JUnit b)…