answersLogoWhite

0

What else can I help you with?

Related Questions

Is cloud computing is platform dependent or independent?

c is platform dependent


How vsam is platform independent?

IS Seq file also platform independent or dependent?


What are differences between platform dependent and platform independent?

Platform dependent requires the application to be run on specific hardware. independent will run on many kinds of hardware.


Is HTML platform dependent?

yes html is a platform independent


What does it mean for an app to be platform independent?

A platform-independent application is a user or system application that does not have any components in the code that require it to be dependent on any given platform (or operating system).


Why is Java not 100 percent platform independent?

AnswerJava is platform independent while JVM is platform dependent. In Java ,you can compile code in to class file and you can run it in any OS without altering your code.But for interpreting class to bytes we need JVM .so it act as a bridge between your class file and OS. Now a days JVM is available for all OS.So Java attains platform independent.AnswerDepending on your definitions, no language may be truly platform independent. A language like Java needs a virtual machine to run the platform independent bytecode. But this virtual machine must run natively on a given physical machine, which means that the JVM in platform dependent. If someone tells you that Java is not completely platform independent, this is probably what they are referring to.


What is a platform dependent language?

There is no such thing as a platform-free programming language. The correct term is platform-independent language. It simply means that the same source code can be compiled or interpreted upon any platform; the code is not machine-dependent.


Is operating system a machine dependent or independent?

An OS is never machine dependent, meaning that is can run on multiple machines. It can be however architecture or platform dependent, meaning that it runs on specific types of machines only (e.g.: Intel, AMD64, PPC etc.) There are few OS's who can claim to be platform independent in that they can run (perhaps with some minor adaptations) on any platform that satisfies some rather general criteria (related to computing power, availability of a compiler etc.).


Who makes java platform independent?

JVM makes Java Platform Independent.. It loads byte code(.class file) and Run it.


What platforms are free?

There is no such thing as a platform-free programming language. The correct term is platform-independent language. It simply means that the same source code can be compiled or interpreted upon any platform; the code is not machine-dependent.


Is 80 independent or dependent?

80 is neither dependent nor independent. It is a number: a variable can be dependent or independent, not a constant.


Is c platform independent or dependent?

Oh, dude, let me break it down for you. C is a platform-independent language because it can be compiled and run on different operating systems like Windows, macOS, and Linux. So, like, you can write your C code once and run it on various platforms without having to worry about compatibility issues. It's pretty chill like that.