How similar is java to c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How similar is java to c#?

im new in this beutiful world made of code and i have learn barely just c# butt when i was checking the app i realized that it gives you the opportunity to challenge other people using javascript and c++ so i would like to know how similar are these two in your personal opinion ?

16th Dec 2016, 5:38 PM
Enrique "the monster" Trujillo
Enrique "the monster" Trujillo - avatar
2 Answers
+ 2
c# is extension of c++ there are many same syntax among both. There was some drawbacks or some limitations in c++ so c# make improvements from java like interfaces in java etc... basically 3 languages are same only few concepts and keywords have changed... JavaScript is client side scripting language unlike c# c++ and java it is not in compiled format.. also in JavaScript concepts of data types, functions and objects are little different than other language.
16th Dec 2016, 5:50 PM
Exception Handler
Exception Handler - avatar
0
Rather than reinvent the wheel, here is a very good technical article from MSDN: https://msdn.microsoft.com/en-us/library/ms836794.aspx As so often is the case with software engineering, the answer is "it depends": "If C# is perfect, then there is no reason to create any new programming language. ... However, the future is unclear, and both C# and Java are good object-oriented programming languages in the present, so they beg to be compared."
18th Dec 2016, 12:54 AM
Shai Cohen