CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 30: GSSP-Java: GIAC Secure Software Programmer-Java

Which of the following are valid code samples for creating file permissions?Each correct answer represents a complete solution. Choose all that apply.

Nội dung câu hỏi

Which of the following are valid code samples for creating file permissions?Each correct answer represents a complete solution. Choose all that apply.

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. FilePermission per = new FilePermission("-", "read, execute"); — đáp án hiện tại
  2. B. FilePermission per = new FilePermission(" >", "read"); — đáp án hiện tại
  3. C. FilePermission per = new FilePermission("file1", "read, write"); — đáp án hiện tại
  4. D. FilePermission per = new FilePermission("/bin/*", "execute"); — đáp án hiện tại
  5. E. FilePermission per = new FilePermission("/tmp/myfile", "read, delete"); — đáp án hiện tại
  6. F. FilePermission per = new FilePermission("/*", "read");

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề