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
If a method is declared as protected, where may the method be accessed?
Can we use static class instead of singleton?
Have you ever used hashtable and dictionary?
What is multi-catch block in java?
Explain about arraylist?
What is difference between float and double?
When do we need to use internal iteration? When do we need to use external iteration?
How do you download stubs from Remote place?
How to check if linked list contains loop in java?
What is the difference between instanceof and isinstance?
Describe string intern() methodology
What is sorting algorithm in java?
How many bits is a double?
Which collection is sorted in java?
Can you explain the meaning of aggregation and composition