What is the immediate parent class of the Applet class?



What is the immediate parent class of the Applet class?..

Answer / arpitsen

Applet extends the Panel class.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Core Java Interview Questions

class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is Yield() method when we r using this ? tell exactly

2 Answers  


What is the effect of keeping a constructor private?

0 Answers  


What is sortedmap interface?

0 Answers  


extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  






What is abstraction in java?

0 Answers   Akamai Technologies,


Is there a jre for java 11?

0 Answers  


Can we sort arraylist in java?

0 Answers  


How do you clear a method in java?

0 Answers  


What are java annotations?

0 Answers  


What is function and its uses?

0 Answers  


Difference between Application and Applet ?

4 Answers   Wipro,


Categories