What is the immediate parent class of the Applet class?
Answer Posted / arpitsen
Applet extends the Panel class.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What does it mean that a class or member is final?
Which methods cannot be overridden in java?
What are the approaches that you will follow for making a program very efficient?
Does every java program need a main?
What are the different ways of implementing thread? Which one is more advantageous?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is final keyword?
Write java program to reverse string without using api?
What are the characteristics of Final,Finally and Finalize keywords.
Are maps ordered java?
What is the difference between notify and notifyall method?
Can we synchronize static methods in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
How to display arraylist values in java?
What is variable argument in java?