Answer Posted / surajkumar.java
Access to data varies depending upon the source of data
(Relational Database, Object Oriented Database, Flat File
and Business to Business integration systems). Such
disparate data sources offer challenges to create a direct
dependency between application code and data access code.
Including the connectivity and data access code within
application code introduces a tight coupling between the
components (JSP, Servlet or Struts Action) and the data
source implementation. Such code dependencies in components
make it difficult and tedious to migrate, the application
from one type of data source to another. Data Access Object
(DAO) makes abstract and encapsulate all access to the data
source. The DAO manages the connection with the data source
to obtain and store data. The DAO acts as an adapter
between the application components (JSP, Servlet or Struts
Action) and the data source.
| Is This Answer Correct ? | 41 Yes | 4 No |
Post New Answer View All Answers
What is wildfly java?
Is tomcat a java ee?
What is home handle?
What is java netbeans?
What is j2ee called now?
What is application configuration resource file?
What is j2ee architecture?
Who gave the name java?
Define hashtable in j2ee?
What does java awt stand for?
Which is latest technology in java?
What is use of final keyword in java?
What is the name of java compiler?
What is context attribute?
What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?