what are callback methods?

Answers were Sorted based on User's Feedback



what are callback methods?..

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

what are callback methods?..

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

what are callback methods?..

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

Post New Answer

More Java J2EE AllOther Interview Questions

what is difference between web server and application server?

1 Answers   L&T,


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


please mail me the interview question based on java/j2ee

0 Answers   Wipro,


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  






What are the types of java collections? : java collections

0 Answers  


What do you understand by synchronization? Why is it important?

0 Answers  


What are the queues in the java collection framework? : java collections

0 Answers  


What is Visual Source Safe(source control Tool)?

1 Answers  


httt method

2 Answers   HCL,


What is a constructor?

4 Answers  


what protocols does JNDI provide an interface to?

1 Answers  


Categories