Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name the methods in mouse listeners ?

Answers were Sorted based on User's Feedback



Name the methods in mouse listeners ?..

Answer / jack

mouse pressed
mouse exited
mouse entered
mouse released
mouse clicked

Is This Answer Correct ?    4 Yes 0 No

Name the methods in mouse listeners ?..

Answer / ravikiran(aptech mumbai)

mouseclick
mousedoubleclick
mouseover
mousepressed
mousereleased

Is This Answer Correct ?    5 Yes 4 No

Name the methods in mouse listeners ?..

Answer / therathna

refer complete reference u get clear answer

Is This Answer Correct ?    0 Yes 1 No

Name the methods in mouse listeners ?..

Answer / a srinivas rao

methods in mouse listener are nothing but what actions that
can be performed through a mouse.for example the following
are the actions we can perform i..e..,

-mouseclick
-mousedoubleclick

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Java run-time system generates What class of exceptions?

2 Answers   TCS,


what is the difference between preemptive scheduling and time slicing? : Java thread

0 Answers  


What is a J2EE component? List out all the component?

2 Answers   Adobe,


Given: 10. interface A { void x(); } 11. class B implements A { public void x() { } public voidy() { } } 12. class C extends B { public void x() {} } And: 20. java.util.List list = new java.util.ArrayList(); 21. list.add(new B()); 22. list.add(new C()); 23. for (A a:list) { 24. a.x(); 25. a.y();; 26. } What is the result? 1 Compilation fails because of an error in line 25. 2 The code runs with no output. 3 An exception is thrown at runtime. 4 Compilation fails because of an error in line 20.

3 Answers  


What are non-access modifiers?

2 Answers   Cognizant,


What is generic class?

0 Answers   Tech Mahindra,


Which data type is a class in java?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

0 Answers  


What is a “stateless” protocol ?

0 Answers  


What is the main purpose of java?

0 Answers  


Why do we need to override equals() and hascode() method of object class?

1 Answers   Cognizant,


What is the purpose of stub and skeleton?

0 Answers  


Categories