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 |
What does n mean in java?
What is the multilevel inheritance. and also give the Example of it ?
Is integer immutable in java?
What is boolean query?
Is java code slower than native code?
What is default switch case? Give example.
if two references are having same hash codes,is that means those are refering to same object?
Which collection is ordered in java?
Differences between external iteration and internal iteration?
When we should use serialization?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
which one the better thread emplemented thread or extended ?