Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (6.5k points)
edited by
Could anybody tell me Is JAVA platform is independent?

1 Answer

0 votes
by (11.3k points)

Yes, JAVA is platform-independent because it can run on any platform with the use of the same coding format as long as the platform has a JVM build for it. JAVA compiler converts High Level JAVA code into JAVA Byte Code and this Byte Code is converted into Machine Code via the JAVA Virtual Machine  (JVM) which is different for every platform that supports JAVA. This way, the programmer doesn't have to code differently for each platform and can use the standard JAVA format. 

For more hands-on experience in JAVA, enroll in Intellipaat Java course and be sure to check out this video:

Related questions

0 votes
1 answer
asked Mar 11, 2020 in Java by Sudhir_1997 (55.6k points)
0 votes
0 answers
0 votes
1 answer
0 votes
0 answers
asked Jun 24, 2021 in Java by Harsh (1.5k points)

Browse Categories

...