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 does a try statement determine which catch clause should be used to handle an exception?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
When should the method invokelater() be used?
What is lazy initialization in java?
What is deserialization and how do we do deserialization?
Can we call the run() method instead of start()?
Can extern variables be initialized?
What are the ways in which a thread can enter the waiting state?
What is the difference between serial and throughput garbage collector?
What is the platform?
How does a for loop work java?
How large is a boolean?