GIAC Systems and Network Auditor GSNA Question # 80 Topic 9 Discussion

GIAC Systems and Network Auditor GSNA Question # 80 Topic 9 Discussion

GSNA Exam Topic 9 Question 80 Discussion:
Question #: 80
Topic #: 9

You work as a programmer for uCertify.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?


A.

Object obj=binding1.getSession().getAttribute("Attribute1");


B.

Object obj=binding1.getAttribute("Attribute1");


C.

Long MyAttribute=session1.getAttribute("Attribute1");


D.

Object obj=session1.getAttribute("Attribute1");


E.

String str1=session1.getAttribute("Attribute1");


Get Premium GSNA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.