Why Java is a platform independent language?
Answer Posted / nikhlesh gupta datia(m.p.)
The compiler converts source code file into bytecode files. These codes are machine independent and can be run on any machine. Java interpreter reads the bytecode files and translates them into machine code for the specific machine on which the Java program in running.
Is This Answer Correct ? | 252 Yes | 12 No |
Post New Answer View All Answers
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
Can you extend main method in java?
Can a vector contain heterogenous objects?
What is static method with example?
What are the pillars of java?
Why convert an applet to an application?
What are static variables and functions?
What are facelets templates?
What is the purpose of return statement?
Can a class have more than one object?
Explain how to convert any java object into byte array.
What are the main differences between the java platform and other platforms?
What does microservices mean?
What is instance synchronization?
Tell us something about set interface.