What is meant by dao?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of 2 tier and 3 tier architecture ?
List the advantages of using datasource?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What do you understand by jdbc datasource?
Is jdbc part of j2ee?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Which is faster jdbc or odbc?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
How to set NULL values in JDBC PreparedStatement?
What is the difference between triggers and procedures?
What is the purpose of jdbc resultset interface?
How can I create a custom RowSetMetaData object from scratch?