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
Write a program to call the store procedure of oracle that takes no parameter?
What is a messaging bridge?
Explain the performance tuning in jvm, jdbc, jms?
How is the logging implementation specified in web logic?
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
Why in jdk we have two different folders for bin and lib ?
How to troubleshoot it?
What is meany by proxy server?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
Explain what are the ways in which the dns request of failed servers handled?
How does a cluster relate to a domain?
What is the weblogic server?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
What is Unicast?