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
Will minecraft java be discontinued?
What is difference between static variable and global variable?
How to print nodes of a Binary tree?
What is private static in java?
What is the difference between a method and a procedure?
How many bytes is string in java?
Does importing a package imports its sub-packages as well in java?
Explain the selection sort algorithm and state its time complexity?
What is jpa specification?
Explain the inheritance?
What is the do while loop syntax?
How do you sort in ascending order in java?
What are the different http methods?
Can we inherit inner class?
How many characters is 16 bytes?