what is the main difference(s) between JAVA and C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

what is the main difference(s) between JAVA and C#?

please anyone can answer me.....what is the main difference(s) between JAVA and C#?

27th Mar 2017, 11:14 AM
Ahmed saifaldeen
Ahmed saifaldeen - avatar
2 Answers
+ 2
The main difference is really just what you intend to use the language for and what you prefer in terms of their syntax. Java for example is most suited for programs where you want to run on any platform as Java is an intermediate language, meaning that you don't have to create separate code for separate operating systems. Java is also used for Android development. C# however has its own uses. For example if you want to create games with Unity Games engine, the official language used is C#. C# however is not like Java where you can run your code on any platform with the JVM installed.
27th Mar 2017, 11:28 AM
Hassie
Hassie - avatar
+ 2
thank you for your good answer
28th Mar 2017, 11:23 AM
Ahmed saifaldeen
Ahmed saifaldeen - avatar