Java Swing AWT Question:
Download Job Interview Questions and Answers PDF
Explain the difference between JFC and WFC?
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.
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 Question | Next Question |
Explain the difference between AWT and SWT? | What are the different types of layout managers used in Swing? |