adplus-dvertising
frame-decoration

Question

Which command can be used to check maven version?

a.

mvn -ver

b.

maven -ver

c.

maven -version

d.

mvn -version

Answer: (d).mvn -version

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which command can be used to check maven version?

Similar Questions

Discover Related MCQs

Q. Which of the following is not true for Ant?

Q. Which maven plugin creates the project structure?

Q. Which version of Java introduced annotation?

Q. Annotation type definition looks similar to which of the following?

Q. Which of the following is not pre defined annotation in Java?

Q. Annotations which are applied to other annotations are called meta annotations.

Q. Which one of the following annotations is not used in Hibernate?

Q. Which one of the following is not ID generating strategy using @GeneratedValue annotation?

Q. Which one of the following is not an annotation used by Junit with Junit4?

Q. Using which annotation non visible or private method can be tested?

Q. Which of the following annotation is used to avoid execution of Junits?

Q. Which is the Parent class of annotation class?

Q. JUnits are used for which type of testing?

Q. Which of the below statement about JUnit is false?

Q. Which of the below is an incorrect annotation with respect to JUnits?

Q. Which of these is not a mocking framework?

Q. Which method is used to verify the actual and expected results in Junits?

Q. What does assertSame() method use for assertion?

Q. How to let junits know that they need to be run using PowerMock?

Q. How can we simulate if then behavior in Junits?