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 are the core java topics?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is the difference between a method and a procedure?
How do you break a loop?
Why string is not a wrapper class?
What are the skills required for core java?
Explain parallel processing in java8?
What is default exception handling in java?
What is the size of string?
How do you implement tree mirroring in java?
What is runtime polymorphism or dynamic method dispatch?
How does hashset work in java?
What is matcher in java?
Why do we need data serialization?
What is the functionality of the stub?