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

How do I remove a character from a string in java?

0 Answers  


Name the method that is used to set a TextComponent to the read-only state?

1 Answers  


what is purpose of collections.unmodified() method..?

1 Answers   Accenture,


Why you should not use singleton?

0 Answers  


What is your platform?s default character encoding and how to know this?

0 Answers   TCS,


What is the basic difference between string and stringbuffer object?

0 Answers  


strings in java are objects.why?

2 Answers  


What is a platform?

0 Answers  


Is java supports multiple inheritance? explain?

12 Answers   BUET, Inforica,


What is the purpose of nested class in java?

0 Answers  


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.

4 Answers  


Categories