Home » JAVA Programming » Java Basic » Question
  1. How can junits be implemented using maven?

    1. junits
      junit
      4.8.1


    2. mock.junit
      junit
      4.8.1


    3. junit
      junit
      4.8.1


    4. org.junit
      junit
      4.8.1

    5. None of these
Correct Option: C

JUnits can be used using dependency tag in maven in pom.xml. The version as desired and available in repository can be used.



Your comments will be displayed only after manual approval.