Answer Posted / akhil
AWTEvent class is the top class of AWT event hierarchy and
all other event classes and awt event also extends from
EventObject class
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How is it possible for two string objects with identical values not to be equal under the == operator?
Why does java have two ways to create child threads?
When will we use them?
What is nested top-level class?
What is break and continue statement?
When should I use stringbuffer?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is application system?
What is the collections api in java programming?
Is age discrete or continuous?
What are the differences between c++ and java?
Is java a compiler?
What two classes are used to read data only?
Which browsers work with java?
What do you mean by data type?