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 tags in java?
In a barber shop there are 2 doors. customer come in 1 door, leave in other. minimum # of chairs. barber spend his life in cutting. always barber can cut 1 customer. few chairs in the shop. if barber busy customer waits, if chairs full, customer leave. if no customer, barber sleeps. treat barber and customer as 2 threads. you can use Semaphore class with arrive and depart and count as parameter.
What is mime in java?
What is the difference between collection and stream?
Where is java installed?
Which is faster c++ or java?
Can we install jre without jdk?
What is flatmap in rxjs?
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
How to load a class programmatically?
Can java program run without jdk?
What is aop java?