Answers for "wora in java"

4

wora in java

WORA or Write Once Read Anywhere, is the property of a language to run on any platform. Java is allowed this property due to its bytecode nature. This is midway between machine code and source code and is thus not platform specific.
Posted by: Guest on September-10-2021

Browse Popular Code Answers by Language