What Makes Java a Platform Independent Language?

preview_player
Показать описание
Hello Everyone,
In this video, we will learn about
1. What is the mean by platform-independent?
2. Why Java is platform-independent?
3. How does Java Works?
4. How system executes the program?
5. How does C++ execute programs?
6. Java virtual machine?
#Java
Рекомендации по теме
Комментарии
Автор

Omg tysm this video really helped me understand how interpreters work more than the compliers and interpreters video

Saif
Автор

So it's not really platform independent, it just has an extra tool in it's tool belt that allows it to run on any platform. If we made a similar interpreter for C++ programs that has different versions for each platform, the result would be the same. It's not a language specific feature.

marorerimeraremaro
Автор

I don't understand why people make such a big deal of JVM. P-code has been there since the 1980-ies. My own Forth compiler has been around since the early nineties - and it also features fully portable bytecode. It's nothing special.

HansBezemer