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 internal variable?
What is called module?
How do you classify Dialog Box?
What is the advantage of OOP in java?
what is a thread pool in java and why is it used?
what is comparable and comparator interface?
Explain try and catch keywords in java?
What is the order of arraylist in java?
Is vector ordered in java?
Where is const variable stored?
What is function declaration?
What is the public method modifier?
What is a stack class in java ?
What is array size in java?
How to create a thread in java?