programming languages Online Quiz - 243
Description: programming languages Online Quiz - 243 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
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 are the correct fragment within the web-app element of deployment descriptor. Select the two correct answer.
With in a context-param element of deployment descriptor, which of the following element is required?
If the condition in the COND parameter satisfies what will happen?
What gets printed when the following expression is evaluated? Select the one correct answer. ${(1==2) ? 4 : 5}
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. ${12 % 4}
What is program used to compile the COBOL program?
What is the effect of executing the following JSP statement, assuming a class with name Employee exists in classes package.