Home » JAVA Programming » Java Basic » Question
  1. Which file is used to define dependency in maven?
    1. version.xml
    2. build.xml
    3. pom.xml
    4. dependency.xml
    5. None of these
Correct Option: C

pom.xml is used to define dependency which is used to package the jar. POM stands for project object model.



Your comments will be displayed only after manual approval.