What JNDI(Java Naming and Directory Interface) provides?
Answer Posted / selvan
Mostly JNDI is using Connection for the GUI(Graphical User
Interface). That's linking with Client to Server Side.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What language is pass by reference?
What is difference between fileinputstream and filereader in java?
Explain the private field modifier?
What is the static variable?
how to deploy tomcatserver to weblogic server? write d following steps?
What is the difference between && and & in java?
What kind of variables can a class consist?
Which sort is best in java?
What will happen if static modifier is removed from the signature of the main method?
What is the method overriding?
can I implement my own start() method? : Java thread
Can we increase array size dynamically in java?
How do you escape sequences in java?
why Interface used?