Explain bind(), rebind(), unbind() and lookup() methods?
Answer Posted / tek
bind() to register an object and name in the registry
rebind() to modify the existing registered object
unbind() to remove the object from the registry
lookup() to search for an object using the name
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
Why do I get a duplicate name error when loading a jar file?
Brief description about local interfaces?
What is the relationship between local interfaces and container-managed relationships?
what is a non-repeatable read?
What are various types of class loaders used by jvm?
To identify IDL language what mapping mechanism is used?
What class is the top of the awt event hierarchy?
how do you Handle Front End Application data against DB with example?
What is ripple effect?
Define the remote object implementation?
What if the static modifier is removed from the signature of the main method?
Do we need to override service() method
What is aop(assepct oriented programing)?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
For which statements does it make sense to use a label?