InterviewSolution
Saved Bookmarks
| 1. |
If You Do Not Define Any Information, Where Does Your Pom Inherits That Information From? |
|
Answer» All POMS inherit from a parent (despite explicitly defined or not). This base POM is known as the SUPER POM, and CONTAINS VALUES INHERITED by default. All POMs inherit from a parent (despite explicitly defined or not). This base POM is known as the Super POM, and contains values inherited by default. |
|