aspose file tools
The moose likes Beginning Java and the fly likes Threads Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Threads" Watch "Threads" New topic
Author

Threads

mamidi venkat
Ranch Hand

Joined: Jul 03, 2007
Posts: 62
Hi

As Java makes use of native threads for the execution of multiple threads
what is this native threads ?? can any one explain this
Balasubramanian Chandrasekaran
Ranch Hand

Joined: Nov 28, 2007
Posts: 215

Originally posted by mamidi venkat:
Hi

As Java makes use of native threads for the execution of multiple threads
what is this native threads ?? can any one explain this


Here native refers your own system. Native threads are those which is supplied by OS,where the priority is set by OS.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Threads
 
Similar Threads
Green and Native Threads
Performance tune up
Native Threading...
Native vs. Green Threads
Non-Daemon, Daemon, Native and Green Threads