Howmany classes that package java.applet.* contains?



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

Post New Answer

More Core Java Interview Questions

Differences between C and Java?

0 Answers   TCS,


What are the types of inner classes (non-static nested class) used in java?

0 Answers  


Which class represents the socket that both the client and server use to communicate with each other?

0 Answers  


abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{

3 Answers  


Is arraylist ordered in java?

0 Answers  






What are pass by reference and pass by value?

0 Answers  


what is the purpose of class "Object" which is base class for all classes?

3 Answers  


Can constructor be protected in java?

0 Answers  


What is the purpose of file class?

0 Answers  


Can we increase array size dynamically in java?

0 Answers  


What is the use of hashmap in java?

0 Answers  


What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?

1 Answers  


Categories