READ Free Dumps For Oracle- 1z0-804
Question ID 3569 | When using the default file system provider with a JVM running on a DOS-based file system, which statement is true? |
Option A | A. DOS file attributes can be read as a set in a single method call. |
Option B | B. DOS file attributes can be changed as a set in a single method call. |
Option C | C. DOS file attributes can be modified for symbolic links and regular files. |
Option D | D. DOS file attributes can be modified in the same method that creates the file. |
Correct Answer | A |
Question ID 3570 |
Which three are true? |
Option A | A. On line 3, the current thread stops and waits until the t1 thread finishes. |
Option B | B. On line 3, the t1 thread stops and waits until the current thread finishes. |
Option C | C. On line 4, the t1 thread is dead. |
Option D | D. On line 4, the t1 thread is waiting to run. |
Option E | E. This code cannot throw a checked exception. |
Option F | F. This code may throw a checked exception. |
Correct Answer | A,C,F |