Answer Posted / 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 |
Post New Answer View All Answers
What is the sla in prd,qa,dev.?
Must ejbs be homogeneously deployed across a cluster? Why?
What is bootup process?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
What elements make up the administration console?
What is meant by domain?
Explain the types of node manager?
What is meant by full gc and explain it?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
How do I restrict access to servlets and jsps? : BEA Weblogic
Tell me how is the security handled in web logic j2ee connector architecture?
Explain the performance tuning in jvm?
Explain the diffrernces between 8.x and 9.x?
How many types of weblogic installation ?