hi,
Can u tell me how to make java code as native machine code.Or which things make it as to run on any other machine
-
native code (2 messages)
- Posted by: abhishek sinha
- Posted on: April 26 2006 01:05 EDT
Threaded Messages (2)
- native code by Debashish Ghosh on April 26 2006 14:05 EDT
- native code by abhishek sinha on April 28 2006 05:29 EDT
-
native code[ Go to top ]
- Posted by: Debashish Ghosh
- Posted on: April 26 2006 14:05 EDT
- in response to abhishek sinha
Hi,
The java byte codes(.class files ) can be run in any machine(Unix,Windows,Mac etc) . The idea is the JDK for windows,Unix,Macintosh are of different flavours and the java.exe for each OS is able to interpret the byte codes and convert in into the corresponding m/c language . This makes java slower than other languages .
Cheers
Debashish -
native code[ Go to top ]
- Posted by: abhishek sinha
- Posted on: April 28 2006 05:29 EDT
- in response to Debashish Ghosh
Hi Debashish ,
Thts fine wht u said .But i want to know which parameter makes the java code as Platform Independent.And also if we want to make it as platform dependent then wht we have to do.
Thanks
Abhishek