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
How do you achieve singleton?
Why we use multi threading instead of multiprocessing?
Discuss about garbage collector in Java.
How many bits is a string?
What is meant by singleton class?
Can we override private methods?
Is ++ operator thread-safe in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What does replaceall do in java?
what methods would you overwrite in java.lang.object class?
What is purpose of find feature?
What does pointer mean?
What is java util list?
What are the differences between heap and stack memory?
when to use ArrayList and when to use HashMap in webApplication.