Click here to Skip to main content
15,888,177 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:56
mveRichard MacCutchan26-Jun-13 22:56 
AnswerRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Eddy Vluggen26-Jun-13 22:36
professionalEddy Vluggen26-Jun-13 22:36 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:45
crunchor26-Jun-13 22:45 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Eddy Vluggen26-Jun-13 23:09
professionalEddy Vluggen26-Jun-13 23:09 
AnswerRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Pete O'Hanlon26-Jun-13 22:55
mvePete O'Hanlon26-Jun-13 22:55 
JokeRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
cptKoala27-Jun-13 22:30
cptKoala27-Jun-13 22:30 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Pete O'Hanlon27-Jun-13 22:39
mvePete O'Hanlon27-Jun-13 22:39 
AnswerRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Keith Barrow27-Jun-13 0:02
professionalKeith Barrow27-Jun-13 0:02 
Fundamentally, as others have pointed out, Linux is less bloated/feature rich* than Windows. If you test c++ under Linux and Windows, Linux is pretty much going to win. Why? Because Linux is doing less in the background,

Run java and c# on windows, c# wins: The JVM slows java down. Even without this MS will probably optimise .net and Windows against eachother, so without this factor you'd hope .net wins.
I've heard if you run Mono (a port of .net) on Linux against Java, Java wins. Why, I don't know I've never used mono. Probably mono is less optimised (it is a tiny project compared to Java). I don't even know how mono compiles.

The comparison you mention changes all the varibles, so it isn't a true test of the efficiencies of each framework.It does tell you, for speed Java on Linux wins over .net on Windows, but nothing about the relative efficiency of the two frameworks directly.


*Delete according to your prejudices
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
“One of the greatest problems of our time is that many are schooled but few are educated”


Sir Thomas More (1478 – 1535)

AnswerRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
jschell27-Jun-13 9:18
jschell27-Jun-13 9:18 
Questionhow to call a method in web service without adding service reference to the code Pin
hosseinDolat26-Jun-13 16:16
hosseinDolat26-Jun-13 16:16 
AnswerRe: how to call a method in web service without adding service reference to the code Pin
Ron Beyer26-Jun-13 16:24
professionalRon Beyer26-Jun-13 16:24 
QuestionGenerating properties of a class dynamically Pin
0bx26-Jun-13 12:19
0bx26-Jun-13 12:19 
AnswerRe: Generating properties of a class dynamically Pin
Ron Beyer26-Jun-13 14:37
professionalRon Beyer26-Jun-13 14:37 
GeneralRe: Generating properties of a class dynamically Pin
0bx26-Jun-13 16:11
0bx26-Jun-13 16:11 
GeneralRe: Generating properties of a class dynamically Pin
Ron Beyer26-Jun-13 16:18
professionalRon Beyer26-Jun-13 16:18 
GeneralRe: Generating properties of a class dynamically Pin
Freak3027-Jun-13 2:47
Freak3027-Jun-13 2:47 
GeneralRe: Generating properties of a class dynamically Pin
0bx28-Jun-13 3:01
0bx28-Jun-13 3:01 
QuestionC# select excel file from directory path Pin
classy_dog26-Jun-13 10:56
classy_dog26-Jun-13 10:56 
AnswerRe: C# select excel file from directory path Pin
Ron Beyer26-Jun-13 15:26
professionalRon Beyer26-Jun-13 15:26 
Question2 way events Pin
bfis10813726-Jun-13 8:56
bfis10813726-Jun-13 8:56 
AnswerRe: 2 way events Pin
Ron Beyer26-Jun-13 9:12
professionalRon Beyer26-Jun-13 9:12 
GeneralRe: 2 way events Pin
bfis10813726-Jun-13 10:34
bfis10813726-Jun-13 10:34 
AnswerRe: 2 way events Pin
Dave Kreskowiak26-Jun-13 12:10
mveDave Kreskowiak26-Jun-13 12:10 
GeneralRe: 2 way events Pin
bfis10813726-Jun-13 16:43
bfis10813726-Jun-13 16:43 
QuestionC# obtain db values from app.config of program accessed by a dll Pin
classy_dog26-Jun-13 7:11
classy_dog26-Jun-13 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.