Difference between portability and platform independence | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference between portability and platform independence

24th Oct 2017, 2:09 AM
Sid
2 Answers
+ 20
Portability : Portable means that you can recompile the source code of a program to a platform-specific executable without changing the source code itself; you just need to compile it. Platform Independence : Taking the compiled code (.class ) file and run on another Os without any recompilation.
27th Oct 2017, 3:49 AM
P R
P R - avatar
+ 1
thanks
27th Oct 2017, 4:05 PM
Sid