programming languages Online Quiz - 187
Description: programming languages Online Quiz - 187 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Which file contains the EJB modules of the application?
What are the call back methods in Session bean?
JTA stands for
JTS stands for
Which one of the following is a valid declaration of an applet?
What are the JSP scripting elements?
What are the different types of JSP tags?
int values[] = {1,2,3,4,5,6,7,8}; for(int i=0;i< X; ++i) System.out.println(values[i]); Referring to the above, what value for X will print all members of array "values"?
What are the two parts of a value of type double?