Network Programming Question: Download Network Programming PDF

What is difference between Swing and JSF?

Tweet Share WhatsApp

Answers:

Answer #1The key difference is that JSF runs on the server in a standard Java servlet container like Tomcat or WebLogic and display HTML or some other markup to the client.

Answer #2Swings runs on standalone JAVA application and gives UI (user Interface) for JAVA Application, Whereas , JSF also gives UI but runs on server & provides UI supported by browsers.

Download Network Programming PDF Read All 13 Network Programming Questions
Previous QuestionNext Question
What two protocols are used in Java RMI technology? What is JSF?