programming languages Online Quiz - 220
Description: programming languages Online Quiz - 220 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Correct validate () method?
ActionServlet is acts like as?
To defeating browser cache?
Which initialize parameter is used to specify Struts configuration?
Which file contains java script for client side validation using validation framework in struts?
In Struts 1.1, you can change how Struts populates a form by
Consider the following lines of code: @array1 = ("apples", "oranges", "pears", "plums"); foreach (@array1) {print "$_\n"}; What is the result of these lines of code?
Assume @list contains (“1”, “2”, “3”, “4”, “5” ). What is the content of @list after the following statement splice (@list, -1, 1, “test1”. “test2”);