How vendor Naming registry supports JNDI?



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

Post New Answer

More JDBC Interview Questions

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?................

6 Answers   TCS,


What are the Isolation level in JDBC transaction?

1 Answers  


how can connection with oracle10g with java

3 Answers   IonIdea,


What is statement and resultset in jdbc?

1 Answers  


How to retrieve warnings in jdbc?

1 Answers  


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

2 Answers   Wipro,


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is the function of setautocommit?

1 Answers  


What is represented by the connection object?

1 Answers  


How do I know which jdbc driver to use?

1 Answers  


What are the benefits of PreparedStatement over Statement?

1 Answers  


What are different parts of a url?

1 Answers  


Categories