What is the top class of AWT event hierarchy?
Answers were Sorted based on User's Feedback
Answer / janet
The java.awt.AWTEvent class is the highest-level class in
the AWT event-class hierarchy.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / 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 |
Answer / chandrarekha
java.util.EventObject---java.awt.awtevent....
| Is This Answer Correct ? | 6 Yes | 3 No |
What do you understand by casting in java language?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What are inner classes or non static nested classes in java?
Which of the following classes will have more memory allocated?
explain what is transient variable in java?
How do you compare characters in java?
How to store image in arraylist in java?
Can we place the any object to key attribute of HashMap<key,value>?
How do you add spaces in java?
What is difference between classpath and path variables in java?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
How does multithreading take place on a computer with a single cpu in java programming?