Which of the following methods evaluates the global policy for the permissions granted to the
ProtectionDomain and tests whether the permission is granted?
Which of the following attribute scopes does not exist for a Servlet?
Identify whether the given statement is true or false.
"A try statement can be placed inside the code block that follows another try statement."
Which of the following exceptions is thrown to indicate that a servlet is temporarily unavailable?
Which of the following methods is used by the AccessController to determine whether or not a requested permission is used by another permission that is known to be valid in the current execution context?
Identify whether the given statement is true or false.
"JAR files can be used while compiling but not while executing other files."
Identify whether the given statement is true or false.
"An object becomes eligible for garbage collection when it becomes unreachable by any code."
Consider the given lines of codE.
package ucert
class memberaccess
{
public int mem = 10;
}
Which of the following can directly access the variable mem?
According to the EJB programming restrictions, which of the following should be used to access the files or directories?
Identify whether the given statement is true or false.
"JAR files can be used while compiling but not while executing other files."