What gives java it’s “write once and run anywhere” nature?
Answer / nashiinformaticssolutions
Java's 'write once and run anywhere' nature is achieved by using Java Virtual Machine (JVM) and bytecode. Java code is compiled into bytecode, which can be executed on any platform that has a JVM installed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of java sockets?
What is java lang exceptionininitializererror?
Can I use openjdk for commercial?
What is lazy loading in jpa?
What if I write static public void instead of public static void?
What are jdk tools?
Do I need to install jre if I have jdk?
Explain daemon thread.
What's the difference between authentication and authorization? : java security
What is flatmap in java8?
What is the difference between lambda expression and anonymous methods?
write a code in jsp to swap two numbers?