0
Java or C#
Hello, What should I learn JAVA or C# I'm lil bit confuse. What will become after doing Java and after doing c#. which has better scope. Guide me please..
3 Answers
+ 12
It depends on your target systems... I would say it is generally faster to develop in C# in Visual Studio than in Java. Also C# ties into Microsoft SQL Server very nicely. C# and .NET 4.0 offers you Windows Presentation Foundation (WPF) for building GUI's, which I find to be superior to Windows Forms or Java GUI's, although I haven't worked with Java in a couple of years and last time I built a Java GUI it was with Swing.
There is a lot of support from Microsoft for C# and MS SQL Server, and you can do most things for free (as with Java). If you are targeting Windows systems, I would go with C#.
SOURCE:
https://stackoverflow.com/questions/6557114/should-i-learn-c-sharp-or-java
0
thanks