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 |
Is jdk a compiler?
Is jprofiler open source?
Explain working of java virtual machine (jvm)?
Explain issues of old java date api?
What is ui framework in java?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
What is difference between map and flatmap in java 8?
What is the difference between jar and executable jar?
What is a singleton in java?
Is java installed on windows 10?
What do you understand by a variable?
What is the meaning of the words public, static and void?