Talk:Write once, run anywhere/Archives/2020
Latest comment: 4 years ago by 93.117.245.132 in topic Not write once, but compile once
This is an archive of past discussions about Write once, run anywhere. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Not write once, but compile once
The intended property of java was to compile once, obtaining a byte-code that can run anywhere that has the virtual machine (jvm) available. The success of achieving this is disputable. The described property of write once, run everywhere (sometimes write once, compile lots, run everywhere) is just a property of 'portable code'.