InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Swing And Jsf? |
|
Answer» The key difference is that JSF runs on server, It needs a server like Tomcat or WEBLOGIC or WEBSPHERE. It displays HTML to the CLIENT. But SWING program is a stand alone application. The key difference is that JSF runs on server, It needs a server like Tomcat or WebLogic or WebSphere. It displays HTML to the client. But Swing program is a stand alone application. |
|