Which of the following statements are true for . Select the two correct answers.
The id attribute must be defined for .
The scope attribute must be defined for .
The class attribute must be defined for .
The must include either type or class attribute or both.
Which is the correct statement which will check only for errors?
TYPRUN=COMPILE
TYPRUN=ERRFREE
TYPRUN=HOLD
TYPRUN=SCAN
A bean with a property color is loaded using the following statement Which of the following statements may be used to print the value of color property of the bean. Select the one correct answer.
What IBM utility is used to rename a dataset?
IEBCOPY
IEBGENER
IEHPROGM
IEBCOMPR
Which one is the valid statement? 1 SYSIN DD DSN=DUMMY 2 SYSIN DD * 3 SYSIN DD DUMMY 4 SYSIN DD DSN=NULLFILE
ALL THE ABOVE
ONLY 1 AND 2
ONLY 2 AND 4
ONLY 2, 3 AND 4
ONLY 2
A bean with a property color is loaded using the following statement Which of the following statements may be used to set the of color property of the bean. Select the one correct answer.
A bean with a property color is loaded using the following statement What happens when the following statement is executed. Select the one correct answer.
This is incorrect syntax of and will generate a compilation error. Either value or param must be defined.
All the properties of the fruit bean are initialized to a value of null.
All the properties of the fruit bean are assigned the values of input parameters of the JSP page that have the same name.
All the properties of the fruit bean are initialized to a value of *.
Is the following statement true or false. If the isThreadSafe attribute of the page directive is false, then the generated servlet implements the SingleThreadModel interface.
True
False
Which of the following represents a correct syntax for usebean. Select the two correct answers.
Name the default value of the scope atribute of .
page
application
session
request