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.
- A. FilePermission per = new FilePermission("-", "read, execute"); — đáp án hiện tại
- B. FilePermission per = new FilePermission(" >", "read"); — đáp án hiện tại
- C. FilePermission per = new FilePermission("file1", "read, write"); — đáp án hiện tại
- D. FilePermission per = new FilePermission("/bin/*", "execute"); — đáp án hiện tại
- E. FilePermission per = new FilePermission("/tmp/myfile", "read, delete"); — đáp án hiện tại
- 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.