InterviewSolution
Saved Bookmarks
| 1. |
Can We Have Multiple System Properties With The Same Name And Values? Can We Have Multiple Values? Can We Have A Default Value? |
|
Answer» We can’t have MULTIPLE system properties with the same name, but we can have system properties with the same VALUES. We can have multiple values for system properties. For Example for the ATTACHMENTS we can have multiple values LIKE .txt,.html. We can’t have multiple system properties with the same name, but we can have system properties with the same values. We can have multiple values for system properties. For Example for the attachments we can have multiple values like .txt,.html. |
|