Programming language giving an easier intergration into Java

Asked By 0 points N/A Posted on -
qa-featured

I want to learn how to write programs using either C# or C++ with an intent of integrating Java based applications for mobile devices, which is the most suitable programming language that integrates the Java easily? what are some of the limitations of using it? Is there a compatibility in its operation with Java?

SHARE
Answered By 5 points N/A #192512

Programming language giving an easier intergration into Java

qa-featured

Hello,

 

Java and C# sharp make an excellent team. They are both optimized by default as a result of the machine being queried when compiling, which produces a faster product. The optimization of Java/C# also happens with regard to general code because the compiler can make certain assumptions. C++ does not have this bonus. The optimization must happen at code level rather than automatically, but code-level optimizing is much more potent. What you choose comes down to what exactly you're coding, and your personal preferences and coding style. I would suggest C# given the generic nature of what you would like to do and the nature of C#.

Related Questions