Why Java is a platform independent language? - Wingslive

preview_player
Показать описание
Java Platform Independent Language
Рекомендации по теме
Комментарии
Автор

Thank you very much to give us very simple but clear introduction why Java is platform independent language!! :)

aidoremi
Автор

Thank you so much for help.... It's easy explanation.

mayurchouksey
Автор

yes, you can create your java program and the class file can run on any jvm.

So yes you can create your java program and it can run on windows, apple, linux, solaris and more! As long as you have the jvm on that system.

eddiekoski
Автор

Very nice lecture :) Can i have this presentation?

sabaameer
Автор

Nice one, Subscribed, Hey Could you please give us a link to learn making websites in NetBeans.Please reply.Thanks.

ShinyArjunSingh
Автор

Doesn't "independent" imply that Java code should run on any machine and need no special software to be installed? Yet the JVM needs to be present in the machine.

For example, we need to have the Turbo C Compiler in order to compile C/C++ source code and then execute it. The machine has to have the C compiler.

partharoy
Автор

If the program is transfered from one pc to another pc and another pc does not have jdk to how java is platform independent

ShubhamYadav-yibu
Автор

yes you can do that my making its jar file.

Karry
Автор

Can we compile a program in one JVM( i.e sun) and run in another JVM( i.e IBM)??

JaikratSinghTariyal
Автор

ubuntu? Yes if you install the JVM you can run Java applications

FusfusDa
Автор

javac will not create byte code(101111000011), it will generate intermediate code.  

swapnilirabatti
Автор

Bytecode should not be in binary, cause it is a intermediate language

desiparody
Автор

can java run in an ponential ALIEN- computer... because I just have been offerd a job by ET friends.
I am serious...

aviadshalom
Автор

No!!!! you missed a main point that Java is not only OS independent but also Hardware independent that is a part of platform independency ( and in ur way C/C++ would all platform independent, like written on one OS n run on another by using its compatible compiler)... Next time plzz do it correctly :D

coding_after_age