Howmany classes that package java.applet.* contains?
Answer / m. abhishek
only one and three Interfaces Class that package
java.applet.* contains
Class is :
Applet
Interfaces are :
AppletContext
AppletStub
AudioClip
| Is This Answer Correct ? | 6 Yes | 0 No |
What is Marker interface in java? and what is clone?
How to access a method that it declared as protected?
which method is used to know the status of the Thread?
Why is java not 100% pure oops?
What are the different ways of implementing thread? Which one is more advantageous?
What is the difference between member variables initialization and assignment in a constructor?
Life Cycle of Thread
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is private static class in java?
Is array dynamic in java?
what is AWT
What is the difference between a checked and an unchecked exception?