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

What is the this keyword?

0 Answers  


What is a prefix function.write down a code to compute prefix function.

0 Answers  


why we cannot declare static variable inside a static method

4 Answers  


What do you mean by stack?

0 Answers   Accenture,


Is java a software?

0 Answers  






What is serial version uid and its importance in java?

0 Answers  


What is private protected in java?

0 Answers  


Is a case study a method or methodology?

0 Answers  


What is main string [] args?

0 Answers  


Can a class inherit the constructors of its superclass?

9 Answers   iFlex, Wipro,


What do you mean by ternary operator in java?

0 Answers  


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


Categories