Difference between JFC & WFC
Explain the difference between JFC & WFC.- 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.
|
20 RMI Interview Questions and AnswersRMI interview questions and answers for freshers and experienced, RMI interview FAQ - Here are all possible RMI interview questions with answers that might be asked during interview....
What is Remote Procedure Calls, RPC?Remote Procedure Calls, RPC - A request from one program that is located in one computer can be used by another computer in a network environment without understanding the underlying network details....