Search code examples
corbalanguage-interoperability

Is CORBA a language?


As i know CORBA is used to maintain interoperability in distributed systems by acting in middle.

What i want to know is, is CORBA a language which has its own syntax of coding or do we code in CORBA using other languages like C#, Java etc.

I went through this question but didn't find a direct answer.


Solution

  • The latter; you create CORBA implementations in a programming language such as C# or Java.