Howmany classes that package java.applet.* contains?
Answer Posted / 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 |
Post New Answer View All Answers
What is the benefit of inner / nested classes ?
What do you understand by overloading and overriding in java?
What is method overloading and method overriding?
What are the different types of inner classes?
Who found java?
Write code to implement bubble sort in java?
Describe the term diamond problem.
how can i use a nonsynchronized hashtable?
Why is java not 100% pure oops?
What is difference between string and stringbuffer?
What are the three parts of a lambda expression? What is the type of lambda expression?
Write an algorithm for quick sort?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Difference between overriding and overloading in java?
How is string immutable in java?