How is jndi useful for Database connection?
Answer / niranjanravi
in case of distributed applications data sorce is used
instead of DriverManagewr to connect to the database with
the4 help of jndi
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the jdbc databasemetadata interface?
When do we use execute method in java jdbc?
Explain the two tier and three tier architecture of jdbc.
How many types of JDBC Drivers are present and what are they?
What is a jdbctemplate?
What are the three basic components of the odbc architecture?
How can I connect mysql or oracle with java?
What is com mysql jdbc driver?
How can we disable a constraint ?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
how can we get the metaData (columnNames) from a table which has no Records..
what happens if connection is not closed?