ECCouncil 312-96 Practice Test - Questions Answers, Page 5
List of questions
Related questions
Which of the following DFD component is used to represent the change in privilege levels?
A.
3
B.
4
C.
1
D.
2
Which of the following configurations can help you avoid displaying server names in server response header?
A.
< Connector port='8080' protocol='HTTP/1.1' connectionTimeout='20000' redirectPort= '8443' / >
B.
< Connector port='8080' protocol='HTTP/1.1' connectionTimeout='20000' ServerName=' disable' redirectPort='8443' / >
C.
< Connector port='8080' protocol='HTTP/1.1' connectionTimeout='20000' Server = ' ' redirectPort='8443' / >
D.
< Connector port='8080' protocol='HTTP/1.1' connectionTimeout='20000' ServerName ='null ' redirectPort='8443'' / >
Which of the following can be derived from abuse cases to elicit security requirements for software system?
A.
Misuse cases
B.
Data flow diagram
C.
Use cases
D.
Security use cases
Which of the following state management method works only for a sequence of dynamically generated forms?
A.
Cookies
B.
Sessions
C.
Hidden Field
D.
URL-rewriting
Which of the following authentication mechanism does J2EE support?
A.
Windows, Form based. Role Based, Client/Server Mutual Authentication
B.
Role Based, Http Basic, Windows, Http Digest Authentication
C.
Http Basic, Form Based, Client/Server Mutual, Role Based Authentication
D.
Http Basic, Form Based, Client/Server Mutual, HTTP Digest Authentication
Which of the following is used to mapCustom Exceptions to Statuscode?
A.
@ResponseStatus
B.
@ResponseStatusCode
C.
@ResponseCode
D.
@ScacusCode
It is recommended that you should not use return, break, continue or throw statements in _________
A.
Finally block
B.
Try-With-Resources block
C.
Try block
D.
Catch block
Question