0 votes
in JAVA by
What is awt in java?

1 Answer

0 votes
by

The Abstract Window Toolkit (AWT) is Java’s original platform-dependent windowing, graphics, and user-interface widget toolkit, preceding Swing. The AWT is part of the Java Foundation Classes (JFC) — the standard API for providing a graphical user interface (GUI) for a Java program. 

AWT is also the GUI toolkit for a number of Java ME profiles. For example, Connected Device Configuration profiles require Java runtimes on mobile telephones to support the Abstract Window Toolkit.

Related questions

0 votes
asked Oct 10, 2020 in JAVA by Robindeniel
0 votes
asked Dec 12, 2019 in JAVA by AdilsonLima
...