Enable, form, name, type, and value are all ________.
events
methods
properties
elements
onBlur, onClick, and onFocus are all ______ handlers.
What is JSF?
Programming language.
Protocol.
Framework.
Web server.
JSF implements MVC (Model, View, and Controller) design pattern.
True
False
Which is not provided by JSF?
Validator
Converters
Exception handler
Event listeners
Which is the 3rd phase of the JSF application lifecycle?
Invoke application.
Apply request values
Update model values
Process validations
Class C { public static void main(String[] args) { int[]a1[]=new int[3][3]; //3 int a2[4]={3,4,5,6}; //4 int a2[5]; //5 }} What is the result of attempting to compile and run the program ?.
compiletime error at lines 3,4,5
compiltime error at line 4,5
compiletime error at line 3
Runtime Exception
Which one among given data types will be best if u need precision for your data
COMP SIGN TRAILING
COMP-3 SIGN LEADING
COMP-1 SIGN LEADING
COMP-2
Which one among the given data type is best if u need to save more memory For e.g. to store +3473
S9(04) COMP
S9(04) COMP-3 SIGN LEADING
S9(04) COMP-3