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
What restrictions are placed on the location of a package statement within a source code file?
What is ripple effect?
What is the relationship between the canvas class and the graphics class?
What is Stream Tokenizer?
What is a modular application?
what are memory considerations of jsp compares to other web components?
Why doesn’t the focus feature on the tag work in every circumstance?
How database connectivity in XML is achieved?
what is an isolation level?
Difference between DurableSubscription and non- DurableSubscription?
Explain phantom read?
What is the relationship between an event-listener interface and an event-adapter class?
What is the form of storage space in java?
how do you Handle Front End Application data against DB with example?
What is the purpose of the wait(), notify(), and notifyall() methods?