what do you meant by Platform-Independent?

Answer Posted / vasanthakumari.s

Platform Independance means, generating executable code
independant of the underlying software/hardware platform on
which the code is required to run.

Java uses the concept of a Virtual Machine to abstract the
underlying hardware/software and providing a standard
execution environment for all Java bytecode based programs.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is treeset implemented in java?

488


What is entry in java?

532


Define how objects are stored in java?

563


What is fundamental datatype?

526


What restrictions are placed on method overloading?

603






Which is the best sorting technique in java?

520


Is a string literal?

523


I don’t want my class to be inherited by any other class. What should I do?

574


What does java final mean?

522


What is meant by bytecode?

572


Is java a super set of javascript?

582


I want to re-reach and use an object once it has been garbage collected. How it's possible?

533


What are the data types supported by java? What is autoboxing and unboxing?

546


Give reasons supporting that string is immutable.

496


what is the difference between preemptive scheduling and time slicing? : Java thread

531