GIAC GSSP-Java - GIAC Secure Software Programmer – Java
Identify whether the given statement is true or false.
"When a Java program starts up, one thread begins running immediately."
Identify whether the given statement is true or false.
"There is no method to create a new thread other than extending the Thread class."
Identify whether the given statement is true or false.
"When an exception occurs in a try block, each catch statement following the try block is inspected in sequential order, and the last one whose type matches that type of exception is executed."
Which of the following JAR file options is used for creating an archive?
Mark works as a Programmer for InfoTech Inc. He develops a Web application that takes input from users. Which of the following methods can be used by the client and server to validate the users input?
Each correct answer represents a complete solution. Choose all that apply.
In which of the following locations the helper classes of a session bean class reside?
Which of the following are correct if LoginContext enforces the requisite flag to each LoginModule in the configuration file?
Each correct answer represents a complete solution. Choose all that apply.
You work as a Software Developer for NewTech Inc. You write a bean class called EmployeeBean. The class contains two methods, EmpSal() and EmpAttendance(). Both these methods can be accessed by the ADMIN role. The EmpSal() method can be accessed only by the HR role, while the EmpAttendance () method can be accessed only by the DBA role. You want the EmpAttendance() method to be accessed by the HR role also. However, no other roles in the class except ADMIN, DBA, and HR should be able to access the EmpAttendance() method. Which of the following steps will you take to accomplish the task?
Each correct answer represents a complete solution. Choose all that apply.
Mark works as a Programmer for InfoTech Inc. He develops a program that defines a class named Inventory that has an instance variable named NumOfItems. Which of the following properties will be applied by NumOfItems?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following elements contains the
