what do we understand by plateform independent language

Posted by Shanky11 under Others on 11/7/2012 | Points: 10 | Views : 1601 | Status : [Member] | Replies : 1
can any body provide the details abot platform independent language




Responses

Posted by: Saratvaddilli on: 11/8/2012 [Member] [MVP] Bronze | Points: 25

Up
0
Down
Paltform Independent
Software that can run on any hardware platform (PC, Mac, SunSparc, etc.) or software platform (Linux, MacOS, Unix, Windows, etc.)

Platform independent means the execution of the program is not restricted by the type of os environment provided...thereby make it possible to process the program at any type of environment available.

Java is a platform independent language because of the byte-code magic of java. In java when we execute the source code...it generates the .class file comprising the byte-codes. Byte-codes are easily interpreted by JVM which is available with every type of OS we install.

Whereas C and C++ are complied languages which makes them platform dependent. The source code written in C / C++ gets transformed into an object code which is machine and OS dependent. That's the reason why C and C++ languages are termed as Platform Dependent.
Dot-net frame Work was not an language dependent currently it is supporting more than twenty language

Hope it is help full

Thanks and Regards
V.SaratChand
Show difficulties that how difficult you are

Shanky11, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response