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

Which package is always imported by default?

0 Answers  


What is the functionality of Webserver?

2 Answers  


What does I ++ mean?

0 Answers  


What is Interface?

8 Answers   BMC,


What are java threads?

0 Answers  






How do you avoid global variables?

0 Answers  


What is the difference between break and continue statements?

0 Answers  


Explain the difference between comparator and comparable in java?

0 Answers  


What is classpath?

0 Answers  


Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz

3 Answers  


I need to know about complete topic in java's collections i with an examples

1 Answers   TCS,


What is pangram in java?

0 Answers  


Categories