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 name of default jvm that is made used for weblogic?
Which memory space does thread stack get allocated from?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What are the recommend parameters to improve the prformance from data-source point of view.
Explain what is the procedure to configure jms security?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
What are stubs?
Tell me what are the ways in which weblogic servers can run on multiple machines?
How do I increase weblogic server memory?
What should you do in a passive method?
Explain the client-server architecture.
Inclined to build a profession as oracle weblogic developer?
What is weblogic application server?
What is the difference between stage and no stage deployment?
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic