Re: Multi Threading



Sampath wrote:
Why an application with several threads run differently in different
platforms?
I created a program to demonstrate multi threading. But I could see multi
threading only when I run that in Windows environment. In Linux (Fedora) a
there was no multi threading.

Almost certainly not true, if it truly was the same Java program.

Threads run in sequence order. Is that because Linux still doesn't support multi threading?

No.

--
Lew
.



Relevant Pages

  • Re: Multi Threading
    ... I created a program to demonstrate multi threading. ... Is that because Linux still doesn't support multi threading? ... thread or that they run in sequence. ... probably see the desired effect - ie interleaved output from the different ...
    (comp.lang.java.help)
  • Multi Threading
    ... I created a program to demonstrate multi threading. ... Linux still doesn't support multi threading? ...
    (comp.lang.java.help)