+ 1
As a Beginner, Is it advisable to learn C# before Java?
4 odpowiedzi
+ 2
Java is easier in synthax. Java only needs at least a class and main method
C# needs to use namespace, class, Main method, using directives.
However, both of them have their own uniqueness
+ 2
One has nothing to do with the other. So not really. Learn whichever you want to use. People say C# is MS version of java is only by comparison of the structure of the language.
+ 2
Uh C# is used primarily for the .net framework meaning to run on Microsoft platforms and of course unity3d. Java is cross platform. So it is all up to what you want to do with it and who it will be available to. Can't say either is "better" though. It simply doesn't work like that.
+ 1
so which do you think is better