Abstract Window Toolkit (AWT) Question:

Download Job Interview Questions and Answers PDF

What are the restrictions imposed by a Security Manager on Applets?

AWT Interview Question
AWT Interview Question

Answer:

Applets cannot read or write files on the client machine that's executing it. They cannot load libraries or access native libraries. They cannot make network connections except to the host that it came from. They cannot start any program on the client machine. They cannot read certain system properties. Windows that an applet brings up look different than windows that an application brings up.

Download AWT Interview Questions And Answers PDF

Previous QuestionNext Question
What is the relationship between an event-listener interface and an event-adapter class?How are the elements of different layouts organized?