Tag: web technology
Questions Related to web technology
What is the correct HTML for inserting an image?
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?
A Transfer Object class necessarily would have to implement java.io.serializable in order for it to be passed over the network.