GIAC GSSP-Java - GIAC Secure Software Programmer – Java
Which of the following syntaxes is used to run the application packaged as a JAR file?
Which of the following options directs the Java compiler to search files in the current directory?
Which of the following is a mandatory sub-element of the
You work as a programmer for PassGuide.Inc. You have a session object named session1 with an attribute named Attribute1, and an HttpSessionBindingEvent object binding1 bound to session1.
Which of the following will be used to retrieve Attribute1?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following statements about a JAR file are true?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following TextField constraints hides the input while a user is entering the data in the text box?
Which of the following methods of the HttpServletResponse interface is used for URL rewriting?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following attributes of the
You work as a developer for PassGuide Inc. You have implemented a session bean with a method doPrint(), which behaves differently depending on the caller's security role. Only MANAGER in the security roles "ADMIN" and "MANAGER" are allowed to call the method. Which of the following actions are appropriate to accomplish if there is no security-related metadata in the deployment descriptor?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following statements are true?
Each correct answer represents a complete solution. Choose all that apply.
