0

web technology Online Quiz - 107

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

Which of this provide a standard interface for demarcating transactions.

  1. JTA

  2. JIA

  3. JEA

  4. JAI


Correct Option: A

Which of this is used for processing XML documents using DOM,SAX, XLST.

  1. JXMLP

  2. JAXP

  3. JAP

  4. JXP


Correct Option: B
  1. HtmlPanelGroup

  2. HtmlTable

  3. UITable

  4. HtmlPanelGrid


Correct Option: D
  1. Command events

  2. Submit events

  3. Action events

  4. Click events


Correct Option: C
  1. #{contextPath}

  2. #{requestContextPath}

  3. #{facesContext.externalContext.requestContextPath}

  4. ${request.contextPath}


Correct Option: C
  1. With the JSF configuration file

  2. With the styleClass property

  3. With the cssClass property

  4. With the class property


Correct Option: B

Which J2EE component QuoteIt project are using for Rule engine?

  1. Coustom Rule Engine

  2. Drools

  3. OpenRules

  4. JRuleEngine


Correct Option: B

Which J2EE component QuoteIt project are using for illustration?

  1. PDF Box

  2. jPod

  3. iText

  4. PDF Renderer


Correct Option: C

which Method of ActionForm is used for validation ?

  1. validate

  2. validation

  3. both

  4. No such method to validate the Form


Correct Option: A

Are we using Spring IOC in QouteIt?

  1. True

  2. False


Correct Option: B

Struts is base on which framework?

  1. MVC

  2. MVC2

  3. both

  4. none of them


Correct Option: A
  1. Presentation Tier

  2. Integration Tier

  3. Business Tier

  4. Database


Correct Option: A

An 'Intercepting filter' design pattern can be implemented to ______

  1. to preprocess requests

  2. to post process responses

  3. to preprocess responses

  4. to preprocess and post process requests and responses


Correct Option: D

If we want to avoid duplicate coding in view and separate out view content and view navigation we should use ________ design pattern

  1. Intercepting Filter

  2. Front Controller

  3. Data Acces Object

  4. Business Delegate


Correct Option: B

'Data Access Object' is an object that talks to the underlying database and provides other application components. It serves as a clean, simple and common interface for accessing the data, and for reducing the dependency of other components on the details of using the database

  1. True

  2. False


Correct Option: A
- Hide questions