1.

Which of the following is not a maven goal?(a) clean(b) package(c) install(d) debugThis question was addressed to me during an internship interview.The above asked question is from Application Lifecycle topic in portion Application Lifecycle & Annotations of Java

Answer»

The correct OPTION is (d) DEBUG

Explanation: CLEAN, package, INSTALL are maven goals. Debug is used finding and resolving of defects.



Discussion

No Comment Found

Related InterviewSolutions