Answer Posted / heena mali
four of these method -
1.init()
2.start()
3.stop()
4.destroy()
-Another paint() is define by the AWT component class
-Default implementation for all of these methods are
provided
-These five method can be assemded into the skeleton.
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
What is mnemonic code?
What is string builder in java?
Can we have this () and super () together?
What is the benefit of inner / nested classes ?
What is a nested list?
Can we call the run() method instead of start()?
What is the difference between class & structure?
What is public static?
What is the default access specifier for variables and methods of a class?
What is a flag and how does it work?
Which collection allows duplicate values in java?
What is == mean?
What is object cloning in Java?
What will be the output of round(3.7) and ceil(3.7)?
What an i/o filter?