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


Please Help Members By Posting Answers For Below Questions

Is finalize() similar to a destructor?

544


What is a generic type?

552


What class allows you to read objects directly from a stream in java programming?

503


Can we use switch statement with strings?

614


Can I learn java in 3 months?

532






What do you mean by pointer value and address?

571


Can we declare a constructor as final?

669


Explain different forms of polymorphism?

645


What do you understand by copy constructor in java?

486


Explain the difference between comparator and comparable in java?

479


What is static class

610


What is method in java with example?

483


Break statement can be used as labels in java?

547


What is append in java?

619


Explain how hashmap works?

586