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 |
Are streams faster than for loops?
What is interceptors in java?
What java systems libraries and methods are available for me to use?
How do you count in java?
What is an interceptor in java?
In java thread programming, which method is a must implementation for all threads?
Can a method be static and synchronized?
Who developed rxjava?
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
Why is struts used in java?
How should I format my code? How should I comment my code?
What is meant by java se?