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 |
How to instantiate static nested classes in java?
What is the method in java?
Why is Java a platform independent language?
What is the byte order of byte buffer?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
How to make a class immutable?
Explain the difference between jdk, jre, and jvm?
what is the main differene between synchronize() method and Synchronize{}block?
What is parameter tag and what is its use?
What are uses of Hash Code?
What is immutable in java?
What are the advantages and disadvantages of reference counting in garbage collection?