This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Beginning Java and the fly likes difference between software portability and platform independence Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "difference between software portability and platform independence" Watch "difference between software portability and platform independence" New topic
Author

difference between software portability and platform independence

John Francis
Greenhorn

Joined: May 06, 2010
Posts: 5
Hi,
I am new to this forum. When we say- java is platform independent and portable. But are there any specific differences in them- concept or say implementation wise.

Thanks
John
Janeice DelVecchio
Saloon Keeper

Joined: Sep 14, 2009
Posts: 1611
    
  10

Do you know what a platform is?

That's the key here.

I'm sure you know what portable means.


I would bet that I've seen this question before.... if you're stuck, do a search then post back here what you find


When you do things right, people won't be sure you've done anything at all.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
The JDK and JRE downloads are different for different operating systems, eg Windows, Linux. And there may be different versions for different chips, but most people nowadays use an i386, which works on Pentium, most AMDs (I think, not sure), etc.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: difference between software portability and platform independence
 
Similar Threads
how to convert byte array to string in java?
Is Java Plateform Independent ?
java platform independent?
JDBC platform independent ?? HOW??
JVM-platform dependent or indepenedent