What is the immediate parent class of the Applet class?
Answer Posted / arpitsen
Applet extends the Panel class.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is autoboxing and unboxing?
What are multiple inheritances? Is it supported by java?
Can you override private or static method in java?
What is final variable?
What is the difference between interface & abstract class?
Explain the Propertie sof class?
Why does it take so much time to access an applet having swing components the first time?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is definition and declaration?
How to split a string in java?
What is java basic concept?
What is udp in java?
What is a lightweight component?
Which class should you use to obtain design information about an object in java programming?
Why do you canvas?