GIAC Secure Software Programmer-Java

Here you have the best GIAC GSSP-Java practice exam questions

  • You have 275 total questions to study from
  • Each page has 5 questions, making a total of 55 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on January 12, 2026
  • This site is not affiliated with or endorsed by GIAC.
Question 1 of 275
Which of the following elements are the subelements of the mime-mapping element in a deployment descriptor file?
Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: C, D

Question 2 of 275
John works as a Software Developer for VenTech Inc. He writes the following code using Java. public class vClass extends Thread
{
public static void main(String args[])
{
vClass vc=new vClass();
vc.run();
}
public void start()
{
for(int k=0;k<20;k++)
{
System.out.println("The value of k = "+k);
}
}
}
What will happen when he attempts to compile and execute the application?
Correct Answer: D

Question 3 of 275
Which of the following classes is an engine class that provides an opaque representation of cryptographic parameters?
Correct Answer: D

Question 4 of 275
Which of the following statements about programmatic security are true?
Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: A, B, C

Question 5 of 275
Which of the following functions are performed by methods of the HttpSessionActivationListener interface?
Each correct answer represents a complete solution. Choose all that apply.
Correct Answer: B, D