Computer Science, asked by anoopsingh6810, 1 year ago

Difference between platform dependent and platform independent language

Answers

Answered by Pranav777
19
Platform Dependent means it gets effected by the System Software.It can't be run other systems.
Platform Independent means it first converts the program to the intermediate state Byte code (which is platform Independent) and then compiles the program to another language source code
Answered by laraibmukhtar55
13

Platform dependent and independent languages:

Platform dependent usually refers to applications that run under only a single operating system in one series of computers.

• Platform dependent means software will functions only in one particular platform it won’t work in all platforms means not in all operating systems.

• Platform independence means implementing a code irrespective of the Operating System on which it is being implemented.  

• Platform independent means that the application can run in a diverse operating system.

Hope it helped.......

Similar questions