Answer Posted / 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 |
Post New Answer View All Answers
What is the use of hashcode in java ?
How do I find jre path in windows?
How is hashset maintained in memory by java ?
what is mean by hasing and maping in java platform and advantage?
What are maps interfaces in the java collections? : java collections
Which sorting algorithm is used by collections.sort() in java ?
What are the considerations to be made in case of loops in java ?
What is the use of the list interface in the java collection? : java collections
What are the different types of ways where you can iterate over a list? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What is deque in the java collections framework? : java collections
What are the types of java collections? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is java collection? : java collections