Java Swing AWT Question:
Download Questions PDF

Explain the difference between JFC and WFC?

Swing AWT Interview Question
Swing AWT Interview Question

Answer:

JFC supports robust and portable user interfaces.
WFC runs only on the Windows (32-bit) user interface, and uses Microsoft extensions to Java for event handling and ActiveX integration.
WFC performance is better than JFC.
Memory requirements for WFC are lower than for JFC.
WFC is easy to develop simple user interfaces.
It is difficult to build complex user interfaces with WFC than JFC.
In WFC, the details of any specific component are hidden within the component.
JFC provides a greater degree of control due to its object-oriented nature.

Download Swing AWT Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the difference between AWT and SWT?What are the different types of layout managers used in Swing?