ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
Explain Event handling in AWT?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Explain Event handling in AWT?
Answer
# 1
There are 2 ways to handle the events.
1.EventInheritance model
2.EventDelegation model.
EVentDelegation model has 2 advantages over 
EventInheritance model.
First it enables event handling by objects other than the 
ones that generates the events.It allows a clean separation 
between components design and its use.
Secondly it performs much better in applications where many 
events are generated. This performance improvement is due 
to the fact that EventDelegation model doesn't need to 
repeatable habndle unhandled events as is the case of 
EventInheritance
 
Is This Answer Correct ?    1 Yes 1 No
Niranjanravi
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
Why do inner class cannot have static declaration except static nested class? Wipro1
Explain about vector, dictionary,hash table, property classes? Patni1
Can we declare an anonymous class as both extending a class and implementing an interface? Wipro7
what is inner class? HCL5
what is an object and how do you allocate memory to it? Wipro3
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance... Cybernet2
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); } Logica-CMG8
how to pass the parameters to applets?  1
What is meant by event handling?  1
what is meant by serialization?  6
is memory to the abstract class allocated ..or objects not instantiated TCS4
What is an Exception ?  6
Can you make an instance of an abstract class? Accenture4
Difference between Web-based applications,Client- Server applications and Distributed applications? Infosys2
What are Access Specifiers and Access Modifiers. TCS4
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here? Ness-Technologies4
What is method Overriding in the perspective of OOPS?  2
What are the similarities between an array and an ArrayList?  2
static inner classes means..?  1
Can a class inherit the constructors of its superclass? Wipro7
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com