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 autoboxing and unboxing?
Explain what are final variable in java?
What do you mean by ordered and sorted in collections in java?
How do you add an element to a hashset in java?
how to one war file class to another war file class?
design an lru cache in java?
What is an association?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is the disadvantage of java?
What is the symbol for line break?
How destructors are defined in java?
What restrictions are placed on method overriding in java programming?
What is a qualifier in a sentence?
What is default switch case? Give example.
why java does not support unsigned keyword?