READ Free Dumps For Oracle- 1z0-851
Question ID 3736 | Given: |
Option A | A. System.load("prop.custom"); |
Option B | B. System.getenv("prop.custom"); |
Option C | C. System.property("prop.custom"); |
Option D | D. System.getProperty("prop.custom"); |
Option E | E. System.getProperties().getProperty("prop.custom"); |
Correct Answer | D,E |
Question ID 3737 | Given: |
Option A | A. 1 |
Option B | B. 2 |
Option C | C. 12 |
Option D | D. Compilation fails. |
Option E | E. No output is produced. |
Option F | F. An exception is thrown at runtime. |
Correct Answer | E |