All Applets must import java.applet and java.awt.

Options
- True
- False


CORRECT ANSWER : True

Discussion Board
Apples and AWT

Its true that all applets must import java.applet and java.awt before running or executing any applets. Java programming language class library provides a user interface toolkit called the Abstract Windowing Toolkit (AWT) which is powerful and flexible. In case of AWT all user interface components are instances of class Component or one of its subtypes. Components are not stand alone entity but they are found within the containers. All containers in AWT are instances of class Container or one of its subtypes.

Rohit Sharma 09-30-2014 03:24 PM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement