What is the immediate superclass of Menu?

Answers were Sorted based on User's Feedback



What is the immediate superclass of Menu?..

Answer / arpitsen

Menu class extends the MenuItem class defined in the same
package.

Is This Answer Correct ?    5 Yes 2 No

What is the immediate superclass of Menu?..

Answer / kajal sharma

Menu class extends MenuItem parant class in the same package

Is This Answer Correct ?    3 Yes 1 No

What is the immediate superclass of Menu?..

Answer / jagan vemula

menuitem is the super class of menu class

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is the difference between yielding and sleeping? : Java thread

1 Answers  


How many types of memory areas are allocated by JVM in java?

1 Answers   UGC Corporation,


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

1 Answers  


What is the final field modifier?

1 Answers  


What are facelets templates?

1 Answers  


When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify

3 Answers   HCL, Photon,


What is a stringbuilder?

1 Answers  


Give a practical example of singleton class usage?

1 Answers  


Does substring create a new object?

1 Answers  


can we access the method of class without creating the object of the class

3 Answers  


explain local datetime api in java8?

1 Answers  


Diff between C++ and java?

9 Answers   TCS,


Categories