Qus:    What gives Java its 'write once and run anywhere' nature?
Feb 06, 2021 14:22 Java 1 Answers Views: 180 bloodbaus01
Prev Next
Answers (1)
GANI MALLA Feb 08, 2021 14:13
Answer:   The bytecode. Java compiler converts the Java programs into the class file (Byte Code) which is the intermediate language between source code and machine code. This bytecode is not platform specific and can be executed on any computer.

Post Your Answer
Guest User

Not sure whare to join tuition right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect