Name the types of mouse event listeners ?

Answer Posted / ravikiran(aptech mumbai)

mouseclicked
mousereleased
mouseover
mousedoubleclicked
mousepressed

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are keywords in java?

584


explain the difference between jdk and jvm?

564


Does isempty check for null?

563


What are the main uses of this keyword?

603


Why do we need hashset in java?

506






what is predefined function in java?

543


What is an object class?

562


Why do I need to declare the type of a variable in java?

569


What are the different types of sorting in java?

542


What is the maximum size of a string in java?

553


What is the java reflection api? Why it’s so important to have?

565


What is sortedmap in java?

555


How can we use primitive data types as objects?

562


What is the buffer limit?

566


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

1418