Which language is mostly useful for industry ? C# or java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which language is mostly useful for industry ? C# or java ?

If you have working experiance please do share your thoughts..

24th Jun 2017, 3:14 PM
Doolitha Samaranayake
Doolitha Samaranayake - avatar
6 Answers
+ 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.
24th Jun 2017, 4:52 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 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
24th Jun 2017, 4:24 PM
Limitless
Limitless - avatar
+ 2
@limitless you are right. But I think that Mono and MonoDevelop aren't spread techs in the devs community
24th Jun 2017, 4:57 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 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.
24th Jun 2017, 9:23 PM
Volker Milbrandt
Volker Milbrandt - avatar
+ 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.
24th Jun 2017, 9:28 PM
Volker Milbrandt
Volker Milbrandt - avatar
0
true
24th Jun 2017, 5:11 PM
Limitless
Limitless - avatar