InterviewSolution
Saved Bookmarks
| 1. |
___________ is a thread local class containing local properties.(a) ParseNextProperty(b) PropertyExpander(c) GetProperty(d) LocalPropertiesI have been asked this question in an online interview.This intriguing question comes from Maven Downsides topic in chapter Running JUnit Tests from Maven2 of JUnit |
|
Answer» CORRECT option is (d) LocalProperties Explanation: The LocalProperties is a class of org.apache.tools.ant.property that CONTAINS LOCAL PROPERTIES. |
|