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
Can you override private or static method in java?
What are extraneous variables examples?
What is nullpointerexception in java?
What is bubble sort in java?
What is the best definition for data?
What do u mean by variable?
What is treeset in java collection?
Is java code slower than native code?
What is the difference between access specifiers and access modifiers in java? 16
What is meant by overloading?
What is the difference between preparedstatement and statement in java?
What is the difference between post and put?
Explain methods specific to list interface?
Does string isempty check for null?
What is adapter in java?