InterviewSolution
| 1. |
What Is A Multi-targeting Concept? What Are The Benefits Of Same? |
|
Answer» The process of making an application compatible with DIFFERENT platforms by compiling the same is generally regarded as multi-targeting. In such a scenario, applications are MADE independent of the FRAMEWORKS abilities and conditions. The biggest advantage is all the frameworks can EASILY be targeted by the developers. Also, it makes sure that the application demands nothing than what it is provided by the PLATFORM on which it is running. The process of making an application compatible with different platforms by compiling the same is generally regarded as multi-targeting. In such a scenario, applications are made independent of the frameworks abilities and conditions. The biggest advantage is all the frameworks can easily be targeted by the developers. Also, it makes sure that the application demands nothing than what it is provided by the platform on which it is running. |
|