Abstract Window Toolkit (AWT) Question:

What are types of applets?

AWT Interview Question
AWT Interview Question

Answer:

There are two different types of applets. Trusted Applets and Untrusted applets. Trusted Applets are applets with predefined security and Untrusted Applets are applets without any security.


Previous QuestionNext Question
What is a layout manager and what are different types of layout managers available?What is the difference between the Font and FontMetrics classes?