Answer Posted / 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 View All Answers
What is the program development process?
what is mena by object block any what is the use of that
What are java packages? What's the significance of packages?
What is the difference between the paint() and repaint() methods in java programming?
What do you mean by ternary operator in java?
Is int primitive data type?
What does function identity () do?
In case of inheritance what is the execution order of constructor and destructor?
Why is core java important?
Can constructor be inherited?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How many types of the indexof method are there for strings?
When will you define a method as static in Java?
What are actual parameters?
What is a void method?