-
Junior Member
not platform independent
Is it correct that Java is not a 100% platform independent language ?
Last edited by umeshap; 06-07-2007 at 07:23 AM.
-
Junior Member
Re: not platform independent
yes ,java is platform independent..
java compiler is same for all platforms and java have corresponding interpreter for corresponding platforms
-
Junior Member
Re: not platform independent
No Java have diffrent JVMs for diffrent platforms.
-
Contributing Member
Re: not platform independent
Java by itself is not platform independant, it is the JVM which makes it platform independant. All java code runs withing the JVM and it is the JVM which interacts with the underlying OS.
Regards,
Sahil.
-- Smile, it makes others wonder what you are thinking!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules