How vendor Naming registry supports JNDI?
Answer / Shubham Gupta
The Vendor Naming Registry provides a mapping of vendor-specific naming contexts to well-known names in the JNDI namespace. This allows JNDI clients to find and access resources using standard JNDI APIs, regardless of the underlying resource's specific implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?................
What are the Isolation level in JDBC transaction?
how can connection with oracle10g with java
What is statement and resultset in jdbc?
How to retrieve warnings in jdbc?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What is the function of setautocommit?
What is represented by the connection object?
How do I know which jdbc driver to use?
What are the benefits of PreparedStatement over Statement?
What are different parts of a url?