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 is the difference between ear, jar and war file?
What is bean? Where can it be used?
What is a clone?
What is mdb and what is the special feature of that?
How are commas used in the intialization and iteration parts of a for statement?
Where can I find seam examples and documentation?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
For which statements does it make sense to use a label?
What is the difference between long.class and long.type?
Can I have an action without a form?
What modifiers may be used with an inner class that is a member of an outer class?
What are various types of class loaders used by jvm?
What is the difference between java class and bean?
Why does the option tag render selected=selected instead of just selected?
what is an isolation level?