
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.