Computer Science, asked by Attitude2911, 10 months ago

Why is java known as window based platform?​

Answers

Answered by mananmadani53
2

Answer:

If you compiled your java code on windows platform and you want to execute this same program to Linux platform, then you not to write same program on Linux system. you just run this byte code in Linux system. Java is called platform independent because java compiler general a byte by compiler.

Explanation:

please mark as brainlist

Answered by englishrank
2

Answer:

hi yarr

♥️♥️

The platform is a hardware or software used to run an application. The term Platform Independence means "write once and run anywhere". When we compile our Java code then .class file is generated by compiler these codes are readable by JVM and every operating system have its own JVM so JVM is platform dependent, due to JVM java language is platform independent.

mark me as brainlist

follow me

Similar questions