Answer Posted / 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 |
Post New Answer View All Answers
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.
What is the Spring2.5 MVC Navigation flow?
What are the differences between the java collection and the java list? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What are the types of java collections? : java collections
what is mean by hasing and maping in java platform and advantage?
What are the different types of features of the java collections framework? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the different types of ways where you can iterate over a list? : 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
What do you understand by synchronization? Why is it important?
What are the queues in the java collection framework? : java collections
What is the use of hashcode in java ?
What is an algorithm in java collection framework? : java collections