Actual Difference Between Platform Dependent Language VS Independent Language..Must Read

platform dependent,platform independent


In computer IT sector C, CPP, ASP, JAVA those languages are most popular languages ever, Now a days C and CPP are also used in various application creation and game creation. We also know that ASP is the biggest platform used for WEBSITE creation also JAVA (JSP) used in gaming platform and WEBSITE creation. But small things each language totally different from each other, Platform dependent and independent separate the way of code in those programming languages,So now see what is language platform dependent and platform independent.

 




LANGUAGE PLATFORM DEPENDENT-

 
If any language code written on 1 operating system and run it on that same OS, After that same code copy and execute on another Operating System, If that copied code not execute on another OS then that language code is called as PLATFORM DEPENDENT code.
e.g.-If you write code on windows OS and after that code run on another OS like Linux, Then that code not compatible and execute on that OS, Then that code is called as platform dependent.
That code also not execute on any other operating system Like mac OS, Unix, Solaris, etc.
platform dependent
 
 
If any language code called asPLATFORM DEPENDENT code, then that code also called as UNMANAGEDCODE. 
 
C and CPP that basic languages are PLATFORM DEPENDENT languages. 




 
LANGUAGE PLATFORM INDEPENDENT-
 
That process exactly opposite from language platform dependent, If any language code written on 1 operating system and run it on that same OS, After that same code copy and execute on another Operating System, If that copied code execute on another OS then that language code is called as PLATFORM INDEPENDENT code.
e.g.-If you write code on windows OS and after that code run on another OS like Linux, Then that code compatible and execute on that OS, Then that code is called as platform independent.
That code also execute on any other operating system Like mac OS, Unix, Solaris, etc.
 
platform independent
If any language code called asPLATFORM INDEPENDENT code, then that code also called as MANAGED CODE. 
 
ASP and JAVA that popular languages are PLATFORM INDEPENDENT languages. 
 
That all reason divide any language code as platform dependent or platform independent.
 

Next-

In our next post we will see -Which thing makes ASP and JAVA languages as Platform Independent As Compare C/CPP ? Our next post Important for interview question because in interview mostly ask that question- Why ASP and JAVA Are Platform Independent As Compare C/CPP?. So be connect with us.
 
So guys, If you like that post then definitely share with your friend. They also want to know about that all information.And also stay with me for my post update on whats-app group, name as IT-CONCEPT, just click on link for join us and also share link with friends-
 
 
 

One thought on “Actual Difference Between Platform Dependent Language VS Independent Language..Must Read

Leave a Reply