What gives java it’s “write once and run anywhere” nature?
Answer Posted / 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 |
Post New Answer View All Answers
How do you count in java?
ioc vs dependency injection?
Can I have multiple main methods in the same class?
What is java lang exceptionininitializererror?
Name primitive java types.
How do I find jre version?
What is jsr in java?
What is java aop?
Can I use openjdk for commercial?
What is data persistence in java?
What is interceptors in java?
What is gpt and gpc? : java security
How do I run a project in netbeans?
What is the front end for java?
Can a dead thread be started again?