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
What is iterator in the java collections framework? : java collections
What is the enumerator of the java collection framework? : java collections
What are the types of interface used in the java collections? : java collections
What are the main classes of the list interfaces? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the use of the list interface in the java collection? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the queues in the java collection framework? : java collections
What are the types of java collections? : java collections
What are the different types of features of the java collections framework? : java collections
What is deque in the java collections framework? : java collections
what is mean by hasing and maping in java platform and advantage?
Which interface does java.util.hashtable implement?
my interviewer asked me what technical specification you used how to answer that question
How do I find jre path in windows?