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 is the difference between deep copy and shallow copy in java
What about 'hostile applets'? : java security
How does java handle integer overflows and underflows?
Which is more secure: java or activex? : java security
What is gpt and gpc? : java security
What is meant by pass by reference and pass by value in java?
Why are lambda functions called lambda?
What are the advantages of lambda functions?
What is javabeans api?
What is dto in java?
Why is class forname used in java?
Do I need both jdk and jre?