why doesn't java run on all platforms?
Answer / Ashish Bansal
Java does not run natively on some platforms, as it is not compiled directly to machine code. Instead, Java bytecode needs to be converted to native code by a Just-In-Time (JIT) compiler or the Interpreter. This conversion process might not always be available on all platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can constructor chaining be done by using the super keyword?
Difference between array and arraylist.
23 Answers Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,
Which class should you use to obtain design information about an object
What is the applet security manager, and what does it provide?
What is t in generics in java?
Can a list be null in java?
What is java volatile?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What do you understand by the bean persistent property?
how to accept integer array in java
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
why java not supproting multiple inheritance?