International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 70 - Issue 24 |
Published: May 2013 |
Authors: Bala Dhandayuthapani Veerasamy, G.M. Nasira |
![]() |
Bala Dhandayuthapani Veerasamy, G.M. Nasira . JNT - Java Native Thread for Win32 Platform. International Journal of Computer Applications. 70, 24 (May 2013), 1-9. DOI=10.5120/12212-8249
@article{ 10.5120/12212-8249, author = { Bala Dhandayuthapani Veerasamy,G.M. Nasira }, title = { JNT - Java Native Thread for Win32 Platform }, journal = { International Journal of Computer Applications }, year = { 2013 }, volume = { 70 }, number = { 24 }, pages = { 1-9 }, doi = { 10.5120/12212-8249 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2013 %A Bala Dhandayuthapani Veerasamy %A G.M. Nasira %T JNT - Java Native Thread for Win32 Platform%T %J International Journal of Computer Applications %V 70 %N 24 %P 1-9 %R 10.5120/12212-8249 %I Foundation of Computer Science (FCS), NY, USA
Threading is a facility to allow multiple activities to coexist within a single process. Most modern operating systems support threads and the concept of threads has been around in various forms for many years. Java is the first mainstream programming language to explicitly include threading within the language itself, rather than treating threading as a facility of the underlying operating system. This research finding focuses on how Java can facilitate Win32 platform threads through JNI, which enables Java threads and native threads to schedule and execute in hybrid mode.