GIAC GSSP-Java - GIAC Secure Software Programmer – Java
Which of the following tags is used to include resources from within the same servlet container?
Which of the following exceptions will be thrown by the getFeature() method if the feature value cannot be assigned or retrieved?
You work as a Software Developer for UcTech Inc. You create a session using the HttpSession interface. You want the attributes to be informed when the session is moved from one JVM to another and also when an attribute is added or removed from the session. Which of the following interfaces can you use to accomplish the task?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following exceptions will be thrown if the checkSecurityAccess() method uses an empty target as its parameter value?
Identify whether the given statement is true or false.
"A try statement can be placed inside the code block that follows another try statement."
The ______________ method of the EJBContext interface tests whether the client is a member of the role specified in the argument to the method.
Which of the following is the valid permission for a BasicPermission?
Which of the following exceptions will be thrown by the getFeature() method if the feature value cannot be assigned or retrieved?
Which of the following methods evaluates the global policy for the permissions granted to the
ProtectionDomain and tests whether the permission is granted?
The __________ interface accepts results from a SQL SELECT statement.
