answersLogoWhite

0

Platform independence refers to the fact that java compiled code (byte code) can execute on any operating system. A programme is written in a language that can be understood by humans. It could contain words, phrases, or other information that the system doesn't understand.... The Java Byte Code is the intermediate representation in Java.

To learn more about data science please visit- Learnbay.co

User Avatar

Learn bay

Lvl 8
3y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
BeauBeau
You're doing better than you think!
Chat with Beau
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
More answers

Any kind of computer or operating system or browser can work with HTML. Some things in computers are tied to having to work in a particular operating system, so you have to get different versions for different computers. HTML is not like that, as it is platform independent and so it can work on anything.

User Avatar

Wiki User

15y ago
User Avatar

Portability refers to the feature using which you can transport your java code to any machine and make it run easily

Platform independence refers to the feature using which you can execute your java program on any platform, it may be windows or unix or any other OS you can make the java program run easily...

User Avatar

Wiki User

16y ago
User Avatar

Platform independence is the feature by which code written in one programming language in one platform (say windows) can run without any issues in another platform (say Unix) without extensive code changes.

Not all programming languages are platform independent. Java is one of the strongest/most powerful programming languages that is platform independent.

User Avatar

Wiki User

14y ago
User Avatar

The word "platform independent" means that the source code written in one language can be run on any machine independent of any hardware platform with minimal or no changes.

User Avatar

Wiki User

17y ago
User Avatar

That means that the software can run on different platforms - for example, on Windows, Linux, and Macintosh machines, perhaps even on Android or iOS devices.

User Avatar

Wiki User

12y ago
User Avatar

Java will generate byte code which we call it as class file. We can run this byte code files irrespective of the platform using JVM. That's why we call java as Platform independent language.

User Avatar

Wiki User

8y ago
User Avatar

Several programming languages are platform-independent - designed to work on different sets of hardware and operating systems. For example, Java, PHP, Python.

User Avatar

Wiki User

10y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between portability and platform independent?
Write your answer...
Submit
Still have questions?
magnify glass
imp