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 meaning of 3 dots in java?
Can the interface be final?
Is char * a string?
What is finalize method?
Will set allow duplicates in java?
what do you understand by the term string with respect to java?
What do you mean by composition in java?
What is oops in java?
What do you mean by default constructor in java?
Is there any limitation of using inheritance?
What is another word for methodology?
What is the difference between char and char *?
What is percentage in java?
What are the three parts of a lambda expression? What is the type of lambda expression?
How to find the largest value from the given array.