Why JVM is platform independent?

1 answer

Answer

1265354

2026-07-14 01:16

+ Follow

Java
Java

by creating a jre spesific to each platform programmers can confidently write code in any platform and assume it willl also work in aany other. theirfore Java is platform independent as bytecode would look the same on any platform, however will be implemented by a diffrent interpreter for each platform.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.