What is Platform Independent? How java is Platform Independent?

Java is a programming language and a platform. Due to its own run time environment (JRE), it is also known as platform.Platform Independent means “write once and run anywhere”. Here in the programming, writing means compiling. Platform Independent means writing a piece of code on one operating system and that complied code is able to … Read more