what are callback methods?
Answers were Sorted based on User's Feedback
Answer / ashok
Callback methods are those which are called automatically
by the application/system when a particular condition has
been met.It could be Event handling, or methods in servlet
life cycle etc.eg: Servlets callback method destroy() will
be called by the container while container is shutting
down.
| Is This Answer Correct ? | 114 Yes | 5 No |
Answer / robz
This type of methods are generally called by the container,
the developer does not need to call these methods
explicitly. Most of the languages specifies the callback
method by passing the address of the subroutine to the
system to the request is calling back from, But java
performs the same thing by using interfaces. Java does not
allow passing the address of subroutine but allows passing
an instance of a class that implements the standard
interface. For this purpose anonymous classes are mainly
used as they support a better compact definition of the
class that is required as a new class.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / shakir khan
These methods allow the container to notify the bean of
events in its life cycle.These methods are defined in
javax.ejb.EntityBean
| Is This Answer Correct ? | 18 Yes | 41 No |
what is java virtual machine
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
who should use JNDI?
Explain JSP life cycle?
please mail me the interview question based on java/j2ee
What is iterator in the java collections framework? : java collections
what is difference between struts1.2 and struts2.0
what is mean by hasing and maping in java platform and advantage?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
what is acl(access control list)?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
Why do you use Context Object