Java Database Connectivity Question:
Download Job Interview Questions and Answers PDF
What is a data source (DS)?
Answer:
A DataSource class brings another level of abstraction than directly using a connection object. Data source can be referenced by JNDI. Data Source may point to RDBMS, file System , any DBMS etc.
Download Java Database Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the normal procedure followed by a java client to access the db? | What are collection pools? What are the advantages? |