programming languages Online Quiz - 51
Description: programming languages Online Quiz - 51 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
A JSP file that uses a tag library must declare the tag library first. The tag library is defined using the taglib directive - Which of the following specifies the correct purpose of prefix attribute. Select the one correct answer.
Which of the elements defined within the taglib element of taglib descriptor file are required. Select the two correct answers.
Which of the following JSP variables are not available within a JSP expression. Select the one correct answer.
Which of the following represents a correct syntax for usebean. Select the two correct answers.
Which of these is true about include directive. Select the one correct answer.
Which of the following statements are correct about the status of the Http response. Select the one correct answer.
Which of the following are correct statements? Select the two correct answers.
Name the location of compiled class files within a war file? Select the one correct answer.
In WebLogic clusters, what is the load balancing algorithm ?
Truncate is a Data Definition Language.
Delete is faster than Truncate.
Using which option a dropped table can be undropped ?
What is returned from the query SELECT NVL2(NULL,'V1','V2') from DUAL;
COUNT will consider NULL values in the column while counting.
ROWNUM is the physical address of the row.
What is the result of the query SELECT FLOOR(-4.6)+CEIL(3.9) from DUAL ?