Name three subclasses of the component class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What is a compilation unit?

1 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


What is a class loader?

0 Answers  


Should synchronization primitives be used on bean methods?

0 Answers  


What is thread deadlock? How to resolve thread deadlock?

3 Answers  






Which class is the immediate superclass of the menucomponent class?

0 Answers  


Can you write Java code for declaration of multiple inheritance in Java ?

6 Answers   Kingshir, Oracle,


how to get value in combo for updation?

1 Answers   CMC,


What is source and listener?

1 Answers  


If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?

1 Answers  


what's the main difference between unix os and linux os?

2 Answers   TCS,


What is the relationship between the canvas class and the graphics class?

0 Answers  


Categories