ECCouncil 312-96 Practice Test - Questions Answers, Page 4
List of questions
Related questions
A developer to handle global exception should use _________ annotation along with @ExceptionHandler method annotation for any class
Which of the following relationship is used to describe abuse case scenarios?
To enable the struts validator on an application, which configuration setting should be applied in the struts validator configuration file?
Suppose there is a productList.jsp page, which displays the list of products from the database for the requested product category. The product category comes as a request parameter value. Which of the following line of code will you use to strictly validate request parameter value before processing it for execution?
A developer has written the following line of code to handle and maintain session in the application. What did he do in the below scenario?
Which of the following configuration settings in server.xml will allow Tomcat server administrator to impose limit on uploading file based on their size?
Identify the type of attack depicted in the following figure.
Oliver is a web server admin and wants to configure the Tomcat server in such a way that it should not serve index pages in the absence of welcome files. Which of the following settings in CATALINA_HOME/conf/ in web.xml will solve his problem?
The software developer has implemented encryption in the code as shown in the following screenshot.
However, using the DES algorithm for encryption is considered to be an insecure coding practice as DES is a weak encryption algorithm. Which of the following symmetric encryption algorithms will you suggest for strong encryption?
James is a Java developer working INFR INC. He has written Java code to open a file, read it line by line and display its content in the text editor. He wants to ensure that any unhandled exception raised by the code should automatically close the opened file stream. Which of the following exception handling block should he use for the above purpose?
Question