what is diff btwn JNDI&JDBC?

Answers were Sorted based on User's Feedback



what is diff btwn JNDI&JDBC?..

Answer / weblogic

JNDI is the directory which contains the list of objects
defined on the server. When the user requests for a
connection pool, the code would look for the object on the
JNDI and would get the requested connection pool from the
datasource.

JDBC is the one which does all the interactions with the
database. An application will lookup the JNDI to get a
connection pool for it to interact with the database.

Is This Answer Correct ?    20 Yes 4 No

what is diff btwn JNDI&JDBC?..

Answer / ashok

JDBC is used to connection from DB.
JNDI is is used in connection pooling..
In weblogic server therir will be a JNDI Tree Option..
By Using Jndi we can get Certail connections from Database
at a time..and those connection will distubute to different
people...if connection are over then their will be increment
in option inserver ...we can set taht according to our
requirment..
So final statement is in JNDI we are not going to
interact(getting connection) with Database .we will in
interact with server..
But in case of JDBC we will interact with Database directly
for gettin connection

Is This Answer Correct ?    12 Yes 6 No

what is diff btwn JNDI&JDBC?..

Answer / bhasakr

JNDI whic is used for java naming and directory interfaces
purposes,where as in the case of JDBC we can create the
connections.

Is This Answer Correct ?    5 Yes 1 No

what is diff btwn JNDI&JDBC?..

Answer / rajesh

JDBC and JNDI are two diff APIs from JEE spec

JDBC is dealing with Database connectivities

JNDI is act as an interface for many Naming services like
NIS,DNS,LDAP etc

I think the question is some what tricky

there is no similarities b/t JNDI and JDBC so obiviously no
diiference :)

Is This Answer Correct ?    10 Yes 8 No

what is diff btwn JNDI&JDBC?..

Answer / suman singh

For understanding JDBC and JNDI....we need to understand web container...web container is more similar to jvm..manager thread, security e.tc......In case of JDBC if multiple user request then object is created according to number of user. IN jdbc reuse ability of object is not possible. But in case of JNDI ..if three request is simultaneously coming from browser to web container ..then three object is created ..but when 4th ,5th ...request is coming it is use the object of previous request ..IN case of JNDI it is helpful in case of server crashes....You may be relate this topic with applet(jdbc)and servlet(JNDI).......

Is This Answer Correct ?    2 Yes 0 No

what is diff btwn JNDI&JDBC?..

Answer / sowji

NDI is a protocol / mechanism used to lookup data / information, resources from a SPI that obeys the JNDI format. JNDI is available for manipulating naming services and directory services only. Examples include JNDI trees of EJB Containers, LDAP Directory Servers etc...
http://java.sun.com/products/jndi/overview.html
JDBC is a database specific protocol that Database vendors support for Java Data Access.
http://java.sun.com/products/jdbc/overview.html
JNDI is used when your are trying to advertise and lookup data from a naming service or directory service and JDBC is used when you are querying / updating data in a Database server.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Weblogic Interview Questions

Explain what is the purpose of stub in web-logic server cluster?

0 Answers  


Explain the functionality of iiop ?

0 Answers  


What is wlst?

0 Answers  


What is weblogic unicasting and multicasting?

4 Answers   TCS,


Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?

0 Answers  






what is directory structure of any ear/war file in weblogic

1 Answers   Wipro,


What are the disadvantages of node manager?

0 Answers  


How we can know whether proxy server up or not?

3 Answers   TCS,


What is cluster in weblogic?

0 Answers  


How to deploye the java application in web logic server please brief explain with screen shot please help me ?

4 Answers  


Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?

0 Answers  


Does weblogic jms support clustering? : BEA Weblogic

0 Answers  


Categories