InterviewSolution
Saved Bookmarks
| 1. |
_________ is a class to represent a null and to stop the chain of lookups.(a) LocalPropertyStack(b) ResolvePropertyMap(c) NullReturn(d) ParsePropertiesThis question was posed to me in an online quiz.This interesting question is from Maven Downsides in division Running JUnit Tests from Maven2 of JUnit |
|
Answer» RIGHT CHOICE is (c) NullReturn The best explanation: The NullReturn CLASS is the apache ant class REPRESENTATION of NULL. |
|