Is java fully platform independent

Java

1 answer

Answer

1128164

2026-07-12 16:55

+ Follow

Java
Java

Java is a platform independent language.After compiling the ".Java" file ,that will be converting into the ".class" file,which is a byte code having the capability run on any OS.Basing on the concept byte code Java achieving the platform independent,it leads to "Write once run anywhere".

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.