1. Trang chủ
  2. » Giáo Dục - Đào Tạo

session 3 module 4

3 18 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Nội dung

ACCP i10 SEMESTER APJ-II – Advanced Programming in Java - II MODULAR QUIZ FOR Module – Java Security Which of these statements about Java Security are true and which of these are false? (A) JDK 1.1 introduced the signed applet, which is an applet packaged as a Java Archive (JAR) file and signed with a private key (B) The Java Security model provides for a consistent and flexible policy for applets and applications (C) The byte-code verifier tries to prove that a given series of Java byte codes are illegal (D) The Class Loader works in conjunction with the Security Manager and the access controller to enforce security rules (E) The Keystore is a password-protected database that holds public keys and certificates True True False True False Which of these statements about Java Security Model are true and which of these are false? (A) Object creation and garbage collection is handled by Java along with JVM True (B) In Java, objects can be directly manipulated by a programmer (C) Protected members can only be accessed by the class that created them, the subclasses, and classes in the same Java package (D) Private members in a class can be accessed by all classes in the same package (E) Java does not support pointers False True False True Which of these statements about Applet restrictions are true and which of these are false? (A) An applet can write to files on local system (B) Security restrictions are same for any type of browser (C) The applets can only make network connections back to the Web server they were loaded from (D) Applets cannot access system properties by default (E) Applets cannot execute commands on the local system using the Runtime.exec method False False True True True Which of these statements about setting up policy file to grant the required permission are true and which of these are false? (A) The Policy Tool is invoked by typing policy tool at the command prompt (B) The default policy file is named java.policy (C) Applets can access system resources if the corresponding policy file grants it the permission (D) You precede the path with file/ to indicate the file is located on local system (E) A "CodeBase" value indicates the code source location, and a "SignedBy" value indicates the alias for a certificate stored in a keystore False True True False True Which of these statements about setting up policy file to grant the required permission are true and which of these are false? (A) Policy file entries in java.security file are written as policy.url (B) The argument -J-Djava.security.policy is passed to appletvieraer command to specify a policy file (C) Policy files specified in java.security file are loaded only for applications (D) You not pass the -J-Djava security, policy argument if there exists a corresponding entry in java.security file (E) For policy files located on local system, you must precede its path with file: / False True False True True Which of these statements about application freedom and restrictions are true and which of these are false? (A) The various system property values are “os.name”, True “java.version”, “user home” and “java.home” (B) To apply the security policy to an application, the interpreter can be True invoked with -Djava.security.manager command line argument (C) The command to execute a ViewProp application with the default security False manager is java Djava.security.manager (D) The applications have full access to resources True (E) A security manager is automatically installed when an application is False running Which of these statements about setting up policy file to grant permissions to an application are true and which of these are false? (A) The Policy Tool utility is used to create policy files (B) To start the Policy Tool, you type policytool on the command line (C) To grant permission True True True (D) The permission class used to grant permissions to access system properties is Java.security.SystemPropertyPermission (E) After completing the first step, the "Policy Tool" window contains the information such as "policy file name" and the "CodeBase" part of the policy entry False True Which of these statements about policy file effects are true and which of these are false? (A) When an unsigned applet is executed with the security manager, the policy files that are loaded and used by default are the ones specified in "security properties file" (B) user.home indicates the directory into which the JRE was installed (C) In the first approach to ensure policy file effects, you can specify the additional policy file in a property passed to the runtime system (D) In the second approach, specify the number of URLs in policy.url.n properties in the security (E) The application should be executed using Java -Djava.security.manager VieraProp command True False True True True Which of these statements about authentication and authorization are true and which of these are false? (A) Authentication is the process of confirming the identity of an entity (B) Authentication is not a must for single user systems (C) Authorization is defined as the process of granting or denying access to a network resource (D) Once a user is authorized, he/she may be authenticated for different types of access or activity (E) Authorization makes use of user's profile or access control lists True True True False True 10 Which of these statements about JAAS are true and which of these are false? (A) JAAS 1.0 is a set of Java packages that enable services to authenticate and enforce access controls upon users (B) Methods of LoginContext class are used to authenticate a user (C) A subject represents details such as password about an entity True True False (D) In JAAS, a user can be authorized with or without authentication False (E) JAAS authorization extends the existing user-centric access controls with new code-centric access controls True .. .4 Which of these statements about setting up policy file to grant the required permission are true

Ngày đăng: 27/10/2019, 10:07

TỪ KHÓA LIÊN QUAN

w