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 an algorithm in java collection framework? : java collections
How is hashset maintained in memory by java ?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
What are the classes in the java collection framework? : java collections
what is mean by hasing and maping in java platform and advantage?
httt method
What is java collection? : java collections
What is need of DAO? Write one simple DAO example?
what is java virtual machine
what is the diffrence between insurance and telecom domain?
please mail me the interview question based on java/j2ee