What is the immediate superclass of Menu?
Answers were Sorted based on User's Feedback
Answer / arpitsen
Menu class extends the MenuItem class defined in the same
package.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / kajal sharma
Menu class extends MenuItem parant class in the same package
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the purpose of a statement block?
what is singleton in java?
Can java arraylist hold different types?
If we don’t want some of the fields not to serialize how to do that?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
How are this() and super() used with constructors?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
How to overcome the exception object reference not set to an instance of object?
What is UNICODE?
What are the advantages and disadvantages of object cloning?
What is difference between fileinputstream and filereader in java?
Can a class have multiple subclasses?