Why is Java a platform independent language?
Answer / nashiinformaticssolutions
One of the most well-known and widely used programming languages is Java. It is a programming language that is independent of platforms. Java doesn't demand that the complete programme be rewritten for every possible platform. The Java Virtual Machine and Java Bytecode are used to support platform independence. Any JVM operating system can run this platform-neutral byte code. The application is run after JVM translates the byte code into machine code. Because Java programmes can operate on numerous systems without having to be individually rewritten for each platform, the language is referred to as "Write Once, Run Anywhere" (WORA).
| Is This Answer Correct ? | 0 Yes | 0 No |
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
I want to know the host name and provider name for tcs web mail
What are keywords in java?
Where is java located?
How to make a method thread safe without using synchronized keyword?
8 Answers Persistent, Societe Generale,
Explain wait(), notify() and notifyall() methods of object class ?
Why is java not 100% pure oops?
Difference between arraylist and vector.
How do you relate a Interface to a Class? Tell me in Detail?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
Name and explain the types of ways which are used to pass arguments in any function in java.
Explain importance of inheritance in java?