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
Can we execute a program without main() method?
What is mvc in java?
Can long be null in java?
What is the difference between overriding and overloading in OOPS.
What language is an assembler written in?
How do you create a null object?
How do I find and replace in word?
How to sort double array in java?
How to change value in arraylist java?
What is token in java?
What are latest features introduced with java 8?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
In the below example, what will be the output?
Can we instantiate interface in java?
What are the major drawbacks of external iteration?