web technology Online Quiz - 107
Description: web technology Online Quiz - 107 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Which of this is used for performing standard directory operations.
Which of this provide a standard interface for demarcating transactions.
Which of this is used for processing XML documents using DOM,SAX, XLST.
Which tag must enclose all other tags on a Faces JSP page?
Which JSF component can be used to create tables?
What type of events does the HtmlCommandButton generate?
Which JSF expression references an application's context path?
How do you integrate JSF components with cascading style sheets (CSS)?
Which J2EE component QuoteIt project are using for Rule engine?
Which J2EE component QuoteIt project are using for illustration?
which Method of ActionForm is used for validation ?
Are we using Spring IOC in QouteIt?
Which version control software we are using for version control?
Struts is base on which framework?
Intercepting Filter design pattern is in the _______________
An 'Intercepting filter' design pattern can be implemented to ______
If we want to avoid duplicate coding in view and separate out view content and view navigation we should use ________ design pattern
Business service invocation from presentation tier deteriorates network performance. To prevent this we may implement ___________ design pattern
Enterprise beans encapsulate business logic and business data and expose their interfaces, and thus the complexity of the distributed services to the client tier.To prevent this ________ design pattern should be adopted.
'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