web technology Online Quiz - 66
Description: web technology Online Quiz - 66 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
What are the core classes of the Struts 1.3 Framework?
What are the components of Struts 1.3?
What are the core classes of the Struts 1.3 Framework?
Default Config file in Struts FrameWork?
What are components under view Part?
How you will display validation fail errors on jsp page?
Which among the following are called the Figurative Constants?
CODE 1 : proc sql ; title ’Oil Production/Reserves of Countries’; select p.country, barrelsperday ’Production’, barrels ’Reserves’ from sql.oilprod p, sql.oilrsrvs r where p.country = r.country order by barrelsperday desc; CODE 2: proc sql ; select p.country, barrelsperday ’Production’, barrels ’Reserves’ from sql.oilprod p inner join sql.oilrsrvs r on p.country = r.country order by barrelsperday desc; CODE 1 and CODE 2 are equivalent.True or False?
What is symfony?
What is the full form of YAML?
Which of the following is part of Model Layer in Symfony's MVC architecture?
Which of the following is not Symfony's Core Class?
$request->setParameter('bar','foo'); echo $request->getParameter('bar'); What is the output?
This action have an empty showSuccess.php template. What will be the output?
What is the correct way for writing the template for executeShow action?
Which of the following variable can be used directly in the template without being defined in the action?
Symfony supports which of the following file systems
Symfony is written in which language?
How to find the size of Object in Java?
Which of the following is not an Internet term.