How java is platform independent?
Answer Posted / i.b kumar
Simply Platform = Hardware(Any Processor) + Operating System
When the Java compiler produces byte code that must run on Any Processor may be 16,32,64(bit) as well as any Operating System
and Byte code does that work.
So Java is called Platform Indepedendent.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between path and classpath variables?
What are latest features introduced with java 8?
What is the purpose of garbage collection in java? When is it used?
Can we use both this () and super () in a constructor?
What is a Null object?
What is the final class?
Is it possible to override the main method?
What is the class in java?
What is a Hash Table? What are the advantages of using a hash table?
What is balanced tree in java?
How do you differentiate abstract class from interface?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What does microservices mean?
What are the two ways of implementing multi-threading in java?
Is special character in java?