vote up 0 vote down star

what is the most convenient and simple (lets substitute simple with efficient/..?) programming language for writing applications for all major platforms?.

c# or java? and why?

flag
1  
Sorry, as presented this question will just start an argument. The best language is usually the one you (or people around you) are already familiar with. – Greg Hewgill Sep 20 at 11:36
The one you know the best... – Thorbjørn Ravn Andersen Sep 20 at 11:59

closed as subjective and argumentative by Greg Hewgill, kek444, lavinio, Dave Markle, S.Lott Sep 20 at 11:40

2 Answers

vote up 1 vote down

This will vary depending on the requirements of the application. So realistically you can't give one specific answer.

link|flag
vote up -1 vote down

Java because it is platform independent.

link|flag
1  
C# because it is platform independent. :-) – jdehaan Sep 20 at 11:36
1  
So are many languages, using the appropriate libraries. Python. C# (.net/mono). Even C/C++. – lavinio Sep 20 at 11:38
1  
All .NET languages are. You just need to install the .NET Framework (just like Java needs the JVM installed) – James Sep 20 at 11:38
Correct me if I'm wrong but the java vm is more widely supported at the moment no? – Jonas B Sep 20 at 11:42
jdehaan, try making C# applications run on IBM mainframes ;-) – Thorbjørn Ravn Andersen Sep 20 at 12:00
show 1 more comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.