Tag: web technology

Questions Related to web technology

What are the core classes of the Struts 1.3 Framework?

  1. Action

  2. ActionServlet

  3. HttpServlet

  4. Servlet

  5. None of the above


Correct Option: A,B

Default Config file in Struts FrameWork?

  1. web.xml

  2. validator-rules.xml

  3. struts-config.xml

  4. application.xml


Correct Option: C

What are components under view Part?

  1. DAO Class

  2. HTML

  3. VO Class

  4. JSP

  5. Action Class


Correct Option: B,D
  1. Space, Spaces

  2. 66, 77, 88

  3. Zero, Zeroes

  4. None of the above


Correct Option: A,C

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?

  1. True

  2. False


Correct Option: A

What is symfony?

  1. Programming Language

  2. Debugging Tool

  3. Framework

  4. None of above


Correct Option: C

What is the full form of YAML?

  1. Yet Another Marketing Language

  2. YAML Ain't Markup Language

  3. YAML HyperProcessor Text

  4. None of above


Correct Option: B

Which of the following is part of Model Layer in Symfony's MVC architecture?

  1. Database Abstraction

  2. Layout

  3. Action

  4. None of above.


Correct Option: A

Which of the following is not Symfony's Core Class?

  1. sfController

  2. sfRequest

  3. sfResponse

  4. sfConcept


Correct Option: D