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
Why for each loop is used?
What is final?
What is collection sort in java?
What is integer size in java?
What are invisible components?.
What do you meant by active and passive objects?
what is interface in java? Explain
What are kinds of processors?
What is the difference between conversation & casting?
Difference between string, string builder, and string buffer?
State one difference between a template class and class template.
Give us a program to check for parenthesis matching using stack.
What happens if we don’t override run method ?
What is difference between iterator and enumeration in java?
Can we declare register variable as global?