what do you meant by Platform-Independent?

Answer Posted / ranganathkini

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 ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

541


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

584


What is the difference between and ?

518


Explain what do you mean by functional overloading in java?

561


What are predefined functions?

583






Explain try and catch keywords in java?

625


What is the nested interface?

603


Why Java is not pure Object Oriented language?

655


When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?

576


What are filterstreams?

619


How to read and write image from a file ?

563


What are keywords and reserved words in java?

564


What are the advantages of defining packages in java?

511


What is the purpose of using the java bean?

576


explain autoboxing in java?

599