Description: programming languages Online Quiz - 243 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What is the effect of executing the following JSP statement, assuming a class with name Employee exists in classes package.
What is program used to compile the COBOL program?
What gets printed when the following expression is evaluated? Select the one correct answer. ${12 % 4}
What gets printed when the following expression is evaluated? Select the one correct answer. ${4 div 5}
What gets printed when the following expression is evaluated? Select the one correct answer. ${(1==2) ? 4 : 5}
If the condition in the COND parameter satisfies what will happen?
With in a context-param element of deployment descriptor, which of the following element is required?
The root of the deployment descriptor is named as
Continuation of the previous line should begin in the column
Which of these is a correct example of specifying a listener element resented by MyClass class. Assume myServlet element is defined correctly. Select the one correct answer.
Which of these are the correct fragment within the web-app element of deployment descriptor. Select the two correct answer.
Which element of the deployment descriptor of a web application includes the welcome-file-list element as a subelement. Select the one correct answer.
Which of these is a correct fragment within the web-app element of deployment descriptor. Select the one correct answer. d
What is the Normal DISP position for temporary files?
The exception-type element specifies an exception type and is used to handle exceptions generated from a servlet. Which element of the deployment descriptor includes the exception-type as a sub-element. Select the one correct answer.
Which one denotes the end of the JOB?
Which of these is true about deployment descriptors. Select the one correct answer.
What the JES will do?
Which element of the servlet element in the deployment descriptor is used to specify the parameters for the ServletConfig object. Select the one correct answer.
Which of the following files is the correct name and location of deployment descriptor of a web application. Assume that the web application is rooted at \doc-root. Select the one correct answer