0

web technology Online Quiz - 66

Description: web technology Online Quiz - 66
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

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

What are the components of Struts 1.3?

  1. Model

  2. View

  3. Controller

  4. ALL of the above

  5. None of the above


Correct Option: D

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
  1. Programming Language

  2. Debugging Tool

  3. Framework

  4. None of above


Correct Option: C
  1. Yet Another Marketing Language

  2. YAML Ain't Markup Language

  3. YAML HyperProcessor Text

  4. None of above


Correct Option: B
  1. sfController

  2. sfRequest

  3. sfResponse

  4. sfConcept


Correct Option: D

$request->setParameter('bar','foo'); echo $request->getParameter('bar'); What is the output?

  1. bar

  2. foobar

  3. foo

  4. null


Correct Option: C
  1. public should not be there in codes

  2. Error in action.

  3. Displays showSuccess.php

  4. None of above


Correct Option: B

What is the correct way for writing the template for executeShow action?

  1. ShowSuccess.php

  2. showsuccess.php

  3. showSuccess.php

  4. None


Correct Option: C

Which of the following variable can be used directly in the template without being defined in the action?

  1. $request

  2. $sf_params

  3. $response

  4. $sf_context


Correct Option: B

Symfony supports which of the following file systems

  1. .xml

  2. .yml

  3. all of the them

  4. .ini


Correct Option: C
  1. By using sizeof operator

  2. By calling malloc method

  3. By calling getObjectSize method of Object

  4. None


Correct Option: D
- Hide questions