Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

GIAC Exam GSNA Topic 1 Question 52 Discussion

Actual exam question for GIAC's GSNA exam
Question #: 52
Topic #: 1
[All GSNA Questions]

Which of the following statements are true about KisMAC?

Show Suggested Answer Hide Answer
Suggested Answer: C, D

The getSession() method of the HttpServletRequest interface returns the current session associated with the request, or creates a new

session if no session exists. The method has two syntaxes as follows:

public HttpSession getSession(): This method creates a new session if it does not exist.

public HttpSession getSession(boolean create): This method becomes similar to the above method if create is true, and returns the

current session if create is false. It returns null if no session exists.

Answer B is incorrect. The getSession(false) method returns a pre-existing session. It returns null if the

client has no session

associated with it.

Answer A and E are incorrect. There is no such method as getNewSession() in Java.


Contribute your Thoughts:

My
5 hours ago
Option C is definitely the correct answer. KisMAC is a well-known wireless network discovery tool for Mac OS X.
upvoted 0 times
...
Jodi
1 days ago
I believe D is also true because KisMAC can save data in pcap format.
upvoted 0 times
...
Alaine
2 days ago
I agree with Caren, A and C make sense.
upvoted 0 times
...
Caren
3 days ago
I think A and C are true about KisMAC.
upvoted 0 times
...

Save Cancel