InterviewSolution
| 1. |
Is Javafx Replacing Swing As The New Client Ui Library For Java Se? |
|
Answer» YES. HOWEVER, Swing will remain part of the Java SE SPECIFICATION for the foreseeable future, and THEREFORE included in the JRE. While we recommend developers to leverage JavaFX APIs as MUCH as possible when building new applications, it is possible to extend a Swing application with JavaFX, allowing for a smoother transition. Yes. However, Swing will remain part of the Java SE specification for the foreseeable future, and therefore included in the JRE. While we recommend developers to leverage JavaFX APIs as much as possible when building new applications, it is possible to extend a Swing application with JavaFX, allowing for a smoother transition. |
|