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
What do you understand by downcasting?
What is numberformatexception in java?
What are messages in java?
Is php faster than java?
What is the difference between a jdk and a jvm?
Does ms edge support java?
What is lsdou? : java security
Is jdk required for netbeans?
Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.
What is jpa entitymanager?
What are the differences between java’s old java date api and java 8’s date and time api?
How do you find lambda?
what are the different phases in delivering the project during development and maintenance?
How can I write a program that takes command line input?
How do I download and install eclipse on windows 10?