Programming, website development forum Get latest updates by RSS Follow TechnicalTalk on Twitter Follow TechnicalTalk on Facebook 
HomeSearchRecent PostsLoginRegisterContact Us

Username  
Password    
  Forgot your password?  

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

what is platform independent?why java is called so...

 
webmaster forum
singam  Offline
Activity
0%
 
Regular Coder
Posts: 50
Topics: 19
July 16, 2010, 09:18:03 PM

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 environement available.

Java is a platform independent language becoz of the bytecode magic of java. In java when we execute the source code...it generates the .class file comprising the bytecodes. Bytecodes 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.
=====================

Herman  Miller|  Herman Miller Chairs


 
webmaster forum
Admin  Offline
*
 
Code Guru
Location: India
Gender: Male
Posts: 1387
Topics: 105
NaviBuster NaviBuster
WWW
July 16, 2010, 11:46:20 PM

Thank you for posting this information. We appreciate it.
 
webmaster forum
Jeremy  Offline
Activity
0%
 
Skilled Coder
Posts: 103
Topics: 4
WWW
July 18, 2010, 09:42:01 AM

Yes, very good discussion. I wasn't familiar with why Java was platform independent, but the concept is quite interesting. Cheers my friend!

Second Home Mortgage
Private Student Loans
 
webmaster forum
smith22  Offline
Activity
0%
 
New Poster
Posts: 2
Topics: 0
August 11, 2010, 01:34:39 AM

In java when we execute the source code. . . it generates the . class file comprising the bytecodes.  Bytecodes are easily interpreted by JVM which is available with every type of OS we install. . thereby make it possible to process the program at any type of environement available.


________________________________________________________________________________________________________________________________________________________

Want to get-on Google's first page and loads of traffic to your website? Hire a SEO Specialist from Ocean Groups   seo pecialist
 
webmaster forum
carry12  Offline
Activity
0%
 
New Coder
Location: UK
Gender: Female
Age: 31
Posts: 16
Topics: 2
WWW
February 04, 2011, 11:00:38 PM

Hello Friends........

Platform independent means write once run anywhere .Java is called so because it can run on any machine having the java core independent of the platform.

Thanks

GreatForum
 
webmaster forum
Activity
0%
 
New Coder
Posts: 17
Topics: 1
WWW
February 07, 2011, 01:04:15 AM

Yeah.  This is really good information.  and Thanks for sharing.  

ScriptsDesk - Free Programming Scripts
 
webmaster forum
lisaroy1  Offline
Activity
0%
 
New Poster
Gender: Female
Posts: 8
Topics: 1
WWW
February 10, 2011, 02:50:03 AM


Thanks for the Post you have very well explained that.
So C and C++ is known as compiled language and java is known as Compiled And Interpreted Language,all the magic lies in the ByteCode of Java
« Last Edit: October 22, 2011, 10:48:44 PM by Admin »
 
webmaster forum
Activity
0%
 
Skilled Coder
Posts: 125
Topics: 0
February 13, 2011, 11:54:40 PM

C and C++ are platform dependency languages hence the application programs written in one Operating system cannot run in any other Operating system, but in platform independence language like Java application programs written in one Operating system can able to run on any Operating system
 

Network Management Service
 
webmaster forum
Activity
0%
 
New Coder
Posts: 15
Topics: 0
March 09, 2011, 11:18:32 AM

Simple answer is any platform in run any language it's called platform independent.  Also, Platform independent means the process in which the ceratin language is capable of running on all types of operating system.

dell coupons codes
 
webmaster forum
mak14317  Offline
Activity
0%
 
Skilled Coder
Real name: Janne
Location: california
Gender: Male
Age: 26
Posts: 108
Topics: 1
WWW
May 10, 2011, 11:54:04 PM

platform independent means it will run on all types of operating systems.......it does not req. other softwares to run it.......

herbal vaporizer
Happy vappy vaporizer
Eclipse Vape
Ivape
 
webmaster forum
Life Is Good!
Activity
0%
 
Professional Coder
Gender: Female
Posts: 242
Topics: 3
WWW
May 28, 2011, 06:41:59 AM

oh, this is a nice thread! thanks for the information..

Affordable Custom Web Design Services
 
webmaster forum
john14317  Offline
Activity
0%
 
Skilled Coder
Posts: 149
Topics: 0
May 30, 2011, 02:33:22 AM

platform independent is Software that can run on any hardware platform (PC, Mac, SunSparc, etc.) or software platform (Linux, MacOS, Unix, Windows, etc.)..
programs written in Java language can be executed on practically every platform so java is called platform independent........

payday loans
instant online cash advance
 
webmaster forum
Activity
0%
 
Regular Coder
Gender: Male
Age: 24
Posts: 60
Topics: 10
July 11, 2011, 10:49:22 PM

Platform independence means if you have been developed one application in window platform then it is also capable to run on linux or macintosh. Means developed on one os and run on anyone.
Java is called so because it is the only language where you have to used compiler and interpreter. Because of interpreter java is platform independent language.

Payday loan
 
webmaster forum
john14317  Offline
Activity
0%
 
Skilled Coder
Posts: 149
Topics: 0
July 12, 2011, 03:37:06 AM

We can say that java is platform independent because irrespective of the operating system the compiled code of a program executed.

payday loans
instant online cash advance
 
webmaster forum
cashcars  Offline
Activity
100%
 
Regular Coder
Posts: 71
Topics: 4
WWW
January 15, 2012, 11:45:57 AM

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 environement available.

Java is a platform independent language becoz of the bytecode magic of java. In java, when we execute the source code...it generates the .class file comprising the bytecodes. Bytecodes 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.

electrician perth
 
webmaster forum
Activity
100%
 
New Coder
Location: India
Gender: Female
Age: 31
Posts: 16
Topics: 2
WWW
January 23, 2012, 10:23:25 PM

Hello Friends. . . . . . .

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 environement available.

Java is a platform independent language becoz of the bytecode magic of java.  In java, when we execute the source code. . . it generates the . class file comprising the bytecodes.  Bytecodes are easily interpreted by JVM which is available with every type of OS we install.

Thanks

web development company chandigarh
 
webmaster forum
hawk035  Offline
Activity
100%
 
Skilled Coder
Posts: 115
Topics: 0
February 02, 2012, 12:52:33 AM

Hmm..... that's an interesting information for me. paranoid

Business Directory
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.15 | SMF © 2011, Simple Machines


Google visited last this page February 06, 2012, 09:28:47 PM