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
Can we deploy jar in weblogic?
Is an xslt processor bundled in weblogic server?
What can be the various reasons for a server crash?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
What is achieved through clustering?
Explain what is the purpose of stub in web-logic server cluster?
How do I look up an ora sqlexception? : BEA Weblogic
What is actually weblogic cache?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
What are the differences between a web logic server and a web server?
Explain the domain creation types?
What is meant by jdbc and configuration details?
What is the weblogic server?
What is Multicast?