1.

Which file is used to define dependency in maven?(a) build.xml(b) pom.xml(c) dependency.xml(d) version.xml

Answer» The correct answer is (b) pom.xml

For explanation I would say: pom.xml is used to define dependency which is used to package the jar. POM stands for project object model.


Discussion

No Comment Found

Related InterviewSolutions