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's the difference between an abstract class and interface in java?

0 Answers  


What are the advantages of passing this into a method instead of the current class object itself?

0 Answers  


What are abstract methods in java?

0 Answers  


What is a string what operation can be performed out with the help of a string?

0 Answers  


What do you mean by inner class in java? Explain

0 Answers  






I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


Is void a wrapper class?

0 Answers  


What is the structure of java?

0 Answers  


Difference between ?System.out.println? and ?System.error.println??

8 Answers   Sai Softech,


Print Vertical traversal of a Binary Tree.

0 Answers   Amazon,


What are serialization and deserialization?

0 Answers  


Why is flag used in java?

0 Answers  


Categories