Name the methods in mouse listeners ?
Answers were Sorted based on User's Feedback
Answer / jack
mouse pressed
mouse exited
mouse entered
mouse released
mouse clicked
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
mouseclick
mousedoubleclick
mouseover
mousepressed
mousereleased
Is This Answer Correct ? | 5 Yes | 4 No |
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 |
How do I remove a character from a string in java?
Name the method that is used to set a TextComponent to the read-only state?
what is purpose of collections.unmodified() method..?
Why you should not use singleton?
What is your platform?s default character encoding and how to know this?
What is the basic difference between string and stringbuffer object?
strings in java are objects.why?
What is a platform?
Is java supports multiple inheritance? explain?
What is the purpose of nested class in java?
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)?
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.