1.

___________ parses properties using a collection of expanders.(a) LocalPropertyStack(b) ResolvePropertyMap(c) NullReturn(d) ParsePropertiesThis question was posed to me in an interview for internship.This question is from Maven Downsides in portion Running JUnit Tests from Maven2 of JUnit

Answer»

The correct ANSWER is (d) PARSEPROPERTIES

To elaborate: The constructor of the ParseProperties class is public ParseProperties(Project project,java.util.Collection EXPANDERS, GetProperty getProperty).



Discussion

No Comment Found

Related InterviewSolutions