web technology Online Quiz - 49
Description: web technology Online Quiz - 49 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Who is making the Web standards?
Choose the correct HTML tag for the largest heading?
What is the correct HTML for adding a background color?
What is the correct HTML for creating a hyperlink?
How can you open a link in a new browser window?
What is the correct HTML for making a checkbox?
What is the correct HTML for inserting a background image?
DAO Design Pattern solves the problem of encapsulating details of connecting to which of the following data sources?
In case your application is completely based on Container Managed Persistence, would you still like to go for DAO design pattern?
DAO pattern can be implemented to perform all the CRUD operations
Out of the following, which interface, would one have to implement to implement an intercepting filter?
Which of the following tags are used for implementing Composite view pattern?
A Transfer Object class necessarily would have to implement java.io.serializable in order for it to be passed over the network.
Which of the following patterns provide coarse grained access to business tier?
Transfer Object Pattern can be used for updating data as well on business tier of an application?
Using include tag improves performance of rendering a page as compared to using include directive?
Front Controller design pattern is implemented through implementing which of the following interfaces?
Business Delegate pattern utilizes Service Locator pattern to encapsulate lookup and access of remote services like EJB, web services and others