DEVFYI - Developer Resource - FYI

2 Q What is AWT?

Swing AWT Interview Questions


(Continued from previous question...)

2 Q What is AWT?

A AWT stands for Abstract Window Toolkit. AWT enables programmers to develop Java applications with GUI components, such as windows, and buttons. The Java Virtual Machine (JVM) is responsible for translating the AWT calls into the appropriate calls to the host operating system.

(Continued on next question...)

Other Interview Questions