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 happens if we don't close the connection in jdbc?
What is the use of jdbc?
Explain jdbc savepoint?
Explain in detail about JDBC and its general features?
What are the different types of statements in jdbc?
What class.forname does, while loading the drivers?
What is a Connection?
What is the return type of class.forname() method?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is a java driver?
What are stored procedures? How to call them?
What are the steps to connect to the database in java?