InterviewSolution
Saved Bookmarks
| 1. |
What Is A Language Mapping? |
|
Answer» CORBA IDL is used to describe application and system INTERFACES in a MANNER that is independent of PROGRAMMING language and computer platform. A language mapping is a standard to convert the IDL to a particular programming language, like C, C++ or JAVA. CORBA IDL is used to describe application and system interfaces in a manner that is independent of programming language and computer platform. A language mapping is a standard to convert the IDL to a particular programming language, like C, C++ or Java. |
|