+ 2
Which language is mostly useful for industry ? C# or java ?
If you have working experiance please do share your thoughts..
6 ответов
+ 4
Both are important. Java is used in most projects. If your project is targeted to Windows systems only, then C# is a good option.
If you need to master Java, you need to know some frameworks and libraries, like Spring, Struts, Maven,Hibernate, etc.
+ 2
C# is better to handle data a lot faster.
Java is better to work on multiple platforms.
Both support web servers.
But people prefer Java more.
But C# also has it's own benifits like it's being compiled to an executable file and Java runs in a virtual machine
+ 2
@limitless you are right. But I think that Mono and MonoDevelop aren't spread techs in the devs community
+ 1
both are widely used in industry, it depends which type of industry you are looking for.
The reports of the languages most developpers use show more Java than C# - but more .NET than Java. There are still a lot VB.net and other users counted.
+ 1
@Limitless C# is in general also only compiled to an intermediate code which is m then executed in a virtual machine called CLR - like Java.
Technology is a bitdifferent, but thebasic principle is the same.
0
true